зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1216615 - Get rid of margin-left and margin-right for devtools-searchinput to prevent movement during resize;r=pbrosset
--HG-- extra : commitid : IzZStQzrcg5
This commit is contained in:
Родитель
d2641daeda
Коммит
07a566e45e
|
@ -653,6 +653,8 @@ box.requests-menu-status[code^="5"] {
|
|||
transition-property: max-width, -moz-padding-end, -moz-padding-start;
|
||||
transition-duration: 250ms;
|
||||
transition-timing-function: ease;
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
#requests-menu-filter-freetext-text:not([focused]):not([filled]) > .textbox-input-box {
|
||||
|
|
|
@ -328,7 +328,7 @@
|
|||
.devtools-textinput,
|
||||
.devtools-searchinput {
|
||||
-moz-appearance: none;
|
||||
margin: 0 3px;
|
||||
margin: 1px 0;
|
||||
border: 1px solid;
|
||||
%ifdef XP_MACOSX
|
||||
border-radius: 20px;
|
||||
|
@ -340,8 +340,6 @@
|
|||
}
|
||||
|
||||
.devtools-searchinput {
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
padding: 0;
|
||||
-moz-padding-start: 22px;
|
||||
-moz-padding-end: 4px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче