Opened 16 years ago
Closed 16 years ago
#12053 closed defect (bug) (fixed)
Admin RTL: reset of padding-right is wrong
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [12866]) RTL CSS fix. Props yoavf. fixes #12053