mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1217884 - Remove double spacing between devtools toolbar and devtools inputs;r=pbrosset
This commit is contained in:
parent
b881172de2
commit
1b4ea062a8
@ -380,6 +380,23 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/* Don't add 'double spacing' for inputs that are at beginning / end
|
||||
of a toolbar (since the toolbar has it's own spacing). */
|
||||
.devtools-toolbar > .devtools-textinput:first-child,
|
||||
.devtools-toolbar > .devtools-searchinput:first-child {
|
||||
-moz-margin-start: 0;
|
||||
}
|
||||
.devtools-toolbar > .devtools-textinput:last-child,
|
||||
.devtools-toolbar > .devtools-searchinput:last-child {
|
||||
-moz-margin-end: 0;
|
||||
}
|
||||
.devtools-toolbar > .devtools-searchbox:first-child {
|
||||
-moz-padding-start: 0;
|
||||
}
|
||||
.devtools-toolbar > .devtools-searchbox:last-child {
|
||||
-moz-padding-end: 0;
|
||||
}
|
||||
|
||||
.devtools-rule-searchbox {
|
||||
-moz-box-flex: 1;
|
||||
padding-right: 23px;
|
||||
|
Loading…
Reference in New Issue
Block a user