mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 647755 - [RTL] Edit bookmark's textboxes layout is wrong in rtl [r=vingtetun]
This commit is contained in:
parent
edee73ea55
commit
d2dfe0f7d6
@ -874,7 +874,7 @@
|
||||
<xul:vbox flex="1">
|
||||
<xul:vbox flex="1">
|
||||
<xul:textbox anonid="name" xbl:inherits="value=title" class="prompt-edit" flex="1"/>
|
||||
<xul:textbox anonid="uri" xbl:inherits="value=uri" class="prompt-edit" flex="1"/>
|
||||
<xul:textbox anonid="uri" xbl:inherits="value=uri" type="url" class="uri-element" class="prompt-edit" flex="1"/>
|
||||
<xul:textbox anonid="tags" xbl:inherits="value=tags" emptytext="&editBookmarkTags.label;" class="prompt-edit" flex="1"/>
|
||||
</xul:vbox>
|
||||
|
||||
|
@ -656,6 +656,11 @@ placeitem[ui="manage"] > .bookmark-manage > image {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
/* making the url textbox right-aligned for rtl locales */
|
||||
placeitem[ui="manage"] > .bookmark-manage textbox[anonid="uri"]:-moz-locale-dir(rtl) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* autocomplete-items */
|
||||
.autocomplete-items {
|
||||
background-color: white;
|
||||
|
Loading…
Reference in New Issue
Block a user