Hack to keep horizontal space from shifting between the urlbar and searchbar when changing between a site that has RSS and/or SSL icons and one that doesn't. It's not pretty, but it's the best solution we have now. bug: 337427 r=gavin sr+branch=mconnor

This commit is contained in:
joe@retrovirus.com 2007-11-06 21:08:20 -08:00
parent 4c4ea844fd
commit be682248f2

View File

@ -710,6 +710,18 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
margin: 2px 3px;
}
/* This needs to be at least as large as the maximum possible width
of the container that holds the icons in the right side of the urlbar.
This is a spacer so that the urlbar/searchbar boundary doesn't shift
(due to flex calculations) when the urlbar icons appear and disappear. */
#urlbar-icons-spacer {
width: 100px;
}
#urlbar-spacer {
visibility: hidden;
}
/* ::::: page proxy icon ::::: */
#page-proxy-deck,