Opened 14 years ago
Closed 14 years ago
#16161 closed defect (bug) (invalid)
Brackets issue (CSS RTL)
Reported by: | rasheed | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | RTL | Keywords: | |
Focuses: | Cc: |
Description
Snapshot: http://img508.imageshack.us/img508/84/60678114.gif
Location: Dashboard where used Storage Space percentage appears.
I think (direction:ltr;) should be added to:
#dashboard_right_now table tr.first td {
border-top: medium none;
}
It will move the brackets to it's right place.
Attachments (2)
Change History (12)
#4
follow-up:
↓ 6
@
14 years ago
Same problem with brackets while updating plugins or themes.
Snapshot: http://img191.imageshack.us/img191/1589/43817565.jpg
#6
in reply to:
↑ 4
@
14 years ago
Replying to rasheed:
Same problem with brackets while updating plugins or themes.
That part of the header doesn't have a separate class, so I'm not sure how to fix this without changing or splitting the string. Let's do this early in 3.2?
#7
follow-up:
↓ 9
@
14 years ago
I've just tried and it seems to be working of I change the translation to this:
جاري تحديث الإضافة %1$s <span dir="ltr">(%2$d/%3$d)</span>
Perhaps that can be a workaround.
#9
in reply to:
↑ 7
@
14 years ago
Replying to SergeyBiryukov:
I've just tried and it seems to be working if I change the translation to this:
جاري تحديث الإضافة %1$s <span dir="ltr">(%2$d/%3$d)</span>Perhaps that can be a workaround.
Yes it works.
#10
@
14 years ago
- Keywords has-patch removed
- Milestone 3.1 deleted
- Resolution set to invalid
- Status changed from new to closed
This is how it is translated in hebrew
<a href=\"%1$s\" title=\"ניהול קבצים\" class=\"musublink\">%2$sMB‏ (%3$s%%)</a>
@rasheed - Note the ‏ entity - this should solve your problem.
.musubtable
is Multisite. Should be placed in ms-rtl.css.