#17790 closed defect (bug) (fixed)
Gallery css issue (RTL-Arabic)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.2 | Priority: | normal |
| Severity: | normal | Version: | 3.2 |
| Component: | RTL | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Hello,
Please check the attachment.
- it should be margin-left instead of margin-right.
#sort-buttons span {
margin-right: 25px;
}
- I think these small boxes should be placed in the (Order) column.currently it is placed in the (Actions) column.
Attachments (2)
Change History (8)
#2
@
15 years ago
2 is a odd one, The contents below the header isn't actually a table.. however the header is.. eitherway, that's the same in the English version (and the mis-alignment of the header vs. field is also in English).
Looking at the patch, and the screenshot, it looks to be saying the sorting buttons needs to be flush with the right of the table, whereas, the patch makes it flush to the right (as i'd assume) - Is that correct? it looks like this was the same in 3.1 as well?
#3
@
15 years ago
dd32 - correct: the arrow on the screenshot is wrong imho - the sorting labels need to be on the left, not on the right (mirroring the LTR).
Note: See
TracTickets for help on using
tickets.
Attaching a patch for 1
For 2- it's not an RTL only issue, but a wp wide issue. Need to check if there's an open ticket about that.