Page MenuHomePhabricator

RTL edit section CSS margins oversight
Closed, ResolvedPublic

Description

In left-to-right mode, both left and right margins for the editsection are set
but in right-to-left mode only one is set.

This doesn't usually cause a problem unless the DOM is altered in this area. In
my case by adding a show/hide link next to the edit link which rendered wrongly
in Hebrew.


Version: unspecified
Severity: trivial

Details

Reference
bz9122

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:40 PM
bzimport set Reference to bz9122.
bzimport added a subscriber: Unknown Object (MLST).

Make RTL edit sections match LTR edit sections

Attached:

ayg wrote:

Why inherit and not 0? Also, did you mean to say that in RTL mode both are set,
in LTR only one?

0 might be correct. I'm still learning CSS and couldn't
find the default value. Inherit worked for me but a
deterministic value is better.