[wp-trac] [WordPress Trac] #9877: admin css tweaks

WordPress Trac wp-trac at lists.automattic.com
Tue May 19 13:25:58 GMT 2009


#9877: admin css tweaks
-------------------------------+--------------------------------------------
 Reporter:  Denis-de-Bernardy  |       Owner:     
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  2.8
Component:  UI                 |     Version:  2.8
 Severity:  minor              |    Keywords:     
-------------------------------+--------------------------------------------
 the ".inside li" makes the category picker look a bit bad, so needs to be
 fixed, but the idea in the first is to allow lists to be inserted in
 editor meta boxes, and help items, added by plugins.

 the other one is to make the postname field occupy the full width.

 {{{
 #contextual-help-wrap li,
 .inside li {
         margin-left: 1.8em;
         list-style: square;
 }

 input#post_name {
         width: 99%;
 }
 }}}

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


More information about the wp-trac mailing list