[wp-trac] [WordPress Trac] #12012: 'Edit Blog' input fields too narrow

WordPress Trac wp-trac at lists.automattic.com
Mon Jan 25 17:38:38 UTC 2010


#12012: 'Edit Blog' input fields too narrow
--------------------------+-------------------------------------------------
 Reporter:  wpmuguru      |       Owner:            
     Type:  defect (bug)  |      Status:  new       
 Priority:  normal        |   Milestone:  Unassigned
Component:  Multisite     |     Version:            
 Severity:  normal        |    Keywords:            
--------------------------+-------------------------------------------------
 MU Trac Ticket: http://trac.mu.wordpress.org/ticket/994

 The 'Edit Blog' screens input fields on the left side are too narrow (see
 attachment).

 This could be fixed by placing the fields below the labels (instead of
 adjacent), which would be more troublesome (IMO). Another option would be
 to add the following to wp-admin/mu.css, which will ensure input &
 textarea fields are 200px:

 {{{
 /* Edit Blog: Width Fix */
 input[type="text"],
 textarea {
         min-width: 200px;
 }
 }}}

 NOTE: I don't know if this would need to be added to wp-admin/mu-rtl.css

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


More information about the wp-trac mailing list