author | ymh <ymh.work@gmail.com> |
Tue, 20 Mar 2018 15:02:40 +0100 | |
changeset 573 | 25f3d28f51b2 |
parent 541 | e756a8c72c3d |
permissions | -rwxr-xr-x |
/** * @file * Stylesheet specific to right-to-left languages. */ div.contextual-links-wrapper { left: 5px; right: auto; } div.contextual-links-wrapper ul.contextual-links { -moz-border-radius: 0 4px 4px 4px; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 4px; border-radius: 0 4px 4px 4px; left: 0; right: auto; } a.contextual-links-trigger { text-indent: -90px; }