[wp-trac] [WordPress Trac] #7763: CSS for login/register page could be more robust

WordPress Trac wp-trac at lists.automattic.com
Wed Sep 17 20:03:13 GMT 2008


#7763: CSS for login/register page could be more robust
----------------------------+-----------------------------------------------
 Reporter:  richardkmiller  |       Owner:  anonymous
     Type:  enhancement     |      Status:  new      
 Priority:  normal          |   Milestone:  2.8      
Component:  General         |     Version:  2.6.1    
 Severity:  normal          |    Keywords:           
----------------------------+-----------------------------------------------
 I'm using the register_form hook to add custom fields to the registration
 page. However, my new fields don't inherit the styles from the default
 style sheet (wp-includes/css/login.css).

 The attached patch would make the CSS for the login and register forms
 more robust, by applying the styles to ALL fields in the form.

 Before:
 {{{
 #user_pass, #user_login, #user_email {
 }}}

 After:
 {{{
 #registerform input, #registerform textarea, #loginform input, #loginform
 textarea {
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7763>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list