[wp-trac] [WordPress Trac] #12053: Admin RTL: reset of padding-right is wrong

WordPress Trac wp-trac at lists.automattic.com
Wed Jan 27 12:01:57 UTC 2010


#12053: Admin RTL: reset of padding-right is wrong
--------------------------+-------------------------------------------------
 Reporter:  yoavf         |       Owner:  yoavf              
     Type:  defect (bug)  |      Status:  new                
 Priority:  normal        |   Milestone:  3.0                
Component:  RTL           |     Version:  3.0                
 Severity:  normal        |    Keywords:  has-patch, css, rtl
--------------------------+-------------------------------------------------
 The padding-right reset in

 {{{
 #side-sortables .category-tabs li {
         padding-right: 0;
         padding-left: 8px;
  }
 }}}
 is wrong because both right and left padding are already set in
 {{{
 ul#category-tabs li {
 -moz-border-radius:3px 3px 0 0;
 padding:5px 8px;
 }
 }}}

 line simply needs to be removed, as in the attched patch

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


More information about the wp-trac mailing list