Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#12053 closed defect (bug) (fixed)

Admin RTL: reset of padding-right is wrong

Reported by: yoavf's profile yoavf Owned by: yoavf's profile yoavf
Milestone: 3.0 Priority: normal
Severity: normal Version: 3.0
Component: RTL Keywords: has-patch, css, rtl
Focuses: Cc:

Description

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

Attachments (1)

rtl-patch-admin.diff (362 bytes) - added by yoavf 14 years ago.

Download all attachments as: .zip

Change History (2)

#1 @ryan
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [12866]) RTL CSS fix. Props yoavf. fixes #12053

Note: See TracTickets for help on using tickets.