зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1298904 [RTL] Change the Search field and Add button locations in about:config r=sebastian
MozReview-Commit-ID: GIQ2NV2VGAO --HG-- extra : rebase_source : 0a0d27e6c462ca443ea9d9b1f6502f5c3143485f
This commit is contained in:
Родитель
429ed16c76
Коммит
1029adf9d1
|
@ -34,9 +34,7 @@ body {
|
|||
}
|
||||
|
||||
#filter-container {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
margin-right: 0.5em;
|
||||
margin: 0.5em;
|
||||
height: 2em;
|
||||
border: 1px solid transparent;
|
||||
border-image-source: url("chrome://browser/skin/images/textfield.png");
|
||||
|
@ -45,6 +43,7 @@ body {
|
|||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
float: inline-end;
|
||||
}
|
||||
|
||||
#filter-input {
|
||||
|
@ -80,6 +79,7 @@ body {
|
|||
width: 48px;
|
||||
display: inline-block;
|
||||
outline-style: none;
|
||||
float: inline-start;
|
||||
}
|
||||
|
||||
#filter-search-button {
|
||||
|
|
Загрузка…
Ссылка в новой задаче