[wp-trac] [WordPress Trac] #4405: fieldset in wp-admin.css set all input to width 100% this also happens for radio and checkbox

WordPress Trac wp-trac at lists.automattic.com
Mon Jun 4 19:00:17 GMT 2007


#4405: fieldset in wp-admin.css set all input to width 100% this also happens for
radio and checkbox
----------------------------+-----------------------------------------------
 Reporter:  Cimmo           |       Owner:  anonymous
     Type:  defect          |      Status:  new      
 Priority:  normal          |   Milestone:  2.2.1    
Component:  Administration  |     Version:  2.2      
 Severity:  normal          |    Keywords:           
----------------------------+-----------------------------------------------
 With the hook that let you add new fields into user profile you can also
 add checkbox and radio, however checkbox and radio are displayed wrong
 (too large) because this part of the css:

 line 1087:
 #your-profile fieldset input {
         width: 100%;
         font-size: 20px;
         padding: 2px;
 }

 a possible solution is to set #your-profile fieldset input[type="text"]
 and input[type="password"] however this css hack is not correctly read by
 IE 6.0, so another possible solution can be to set a class that has these
 properties and then add or not to the inputs.

 See screenshots for behaviour in WordPress 2.2 under Firefox 2.0.0.4

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


More information about the wp-trac mailing list