Bug 965772 - [Australis] search text box changes size when opening a new tab. r=enn

This commit is contained in:
Dão Gottwald 2014-01-30 17:33:39 +01:00
parent b67c785d11
commit 66571e65c7
4 changed files with 8 additions and 8 deletions

View File

@ -290,6 +290,14 @@ toolbarpaletteitem > #personal-bookmarks > #bookmarks-toolbar-placeholder,
min-width: 25ch;
}
#urlbar,
.searchbar-textbox {
/* Setting a width and min-width to let the location & search bars maintain
a constant width in case they haven't be resized manually. (bug 965772) */
width: 1px;
min-width: 1px;
}
#main-window:-moz-lwtheme {
background-repeat: no-repeat;
background-position: top right;

View File

@ -4,8 +4,6 @@
.searchbar-textbox {
min-height: 22px;
width: 6em;
min-width: 6em;
background-color: -moz-field;
}

View File

@ -4,7 +4,6 @@
.searchbar-textbox {
border-radius: 10000px;
min-width: 6em;
}
.searchbar-engine-button {

View File

@ -2,11 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
.searchbar-textbox {
width: 6em;
min-width: 6em;
}
.autocomplete-textbox-container {
-moz-box-align: stretch;
}