mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Bug 420088 - Alignment issues with URL bar and search bar (textfield is not properly aligned vertically, doesn't line up with toolbarbuttons), patch by Georges-Etienne Legendre (legege@legege.com), r+a=mconnor
This commit is contained in:
parent
fc1624e95f
commit
9c88a0f6f9
@ -665,12 +665,12 @@ toolbar[iconsize="small"][mode="icons"] #back-forward-dropmarker[open="true"] {
|
||||
-moz-appearance: none;
|
||||
border: none;
|
||||
background: url("chrome://browser/skin/urlbar/endcap.png") transparent right center no-repeat;
|
||||
margin: 1px 4px;
|
||||
margin: 0px 4px 1px 4px;
|
||||
-moz-padding-end: 8px;
|
||||
font: icon !important;
|
||||
width: 7em;
|
||||
min-width: 7em;
|
||||
min-height: 26px;
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
#urlbar[focused="true"] {
|
||||
@ -688,13 +688,16 @@ toolbar[iconsize="small"][mode="icons"] #back-forward-dropmarker[open="true"] {
|
||||
background-image: url("chrome://browser/skin/urlbar/textfield-mid-focused.png");
|
||||
}
|
||||
|
||||
#urlbar .textbox-input-box {
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.autocomplete-textbox {
|
||||
background-image: inherit !important;
|
||||
}
|
||||
|
||||
#urlbar-icons {
|
||||
-moz-box-align: center;
|
||||
margin: 2px 0;
|
||||
min-height: 26px;
|
||||
}
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
font: icon;
|
||||
height: 26px;
|
||||
width: 5em;
|
||||
margin-top: 3px;
|
||||
-moz-margin-start: 5px;
|
||||
min-width: 5em;
|
||||
border: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user