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:
Tomer Cohen 2016-12-08 19:15:57 +02:00
Родитель 429ed16c76
Коммит 1029adf9d1
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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 {