[wpmu-trac] [WordPress MU Trac] #994: 'Edit Blog' input fields too narrow

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri May 22 18:16:22 GMT 2009


#994: 'Edit Blog' input fields too narrow
----------------------------+-----------------------------------------------
 Reporter:  webmaestro      |       Owner:  somebody
     Type:  defect          |      Status:  new     
 Priority:  normal          |   Milestone:          
Component:  Administration  |     Version:          
 Severity:  normal          |    Keywords:          
----------------------------+-----------------------------------------------
 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://trac.mu.wordpress.org/ticket/994>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list