зеркало из https://github.com/mozilla/gecko-dev.git
Bug 647755 - [RTL] Edit bookmark's textboxes layout is wrong in rtl [r=vingtetun]
This commit is contained in:
Родитель
d2104e1754
Коммит
4724435511
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче