Bug 414836 - "Need to sync toolbar with icons/text preferences and icon size when new localstore.rdf created" (reset the toolbox) [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9b3=beltzner]

This commit is contained in:
reed@reedloden.com 2008-01-31 01:38:35 -08:00
parent ff5fc5f469
commit 5ff1dfa812
6 changed files with 8 additions and 8 deletions

View File

@ -51,7 +51,7 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m
display: none;
}
#navigator-toolbox ,
#browser-toolbox ,
#status-bar ,
#mainPopupSet {
min-width: 1px;

View File

@ -4596,7 +4596,7 @@ function getBrowser()
function getNavToolbox()
{
if (!gNavToolbox)
gNavToolbox = document.getElementById("navigator-toolbox");
gNavToolbox = document.getElementById("browser-toolbox");
return gNavToolbox;
}

View File

@ -211,7 +211,7 @@
</vbox>
</tooltip>
<toolbox id="navigator-toolbox" class="toolbox-top" mode="icons"
<toolbox id="browser-toolbox" class="toolbox-top" mode="icons"
defaultmode="icons">
<!-- Menu -->
<toolbar type="menubar" id="toolbar-menubar" class="chromeclass-menubar" customizable="true"

View File

@ -37,6 +37,6 @@
var gCustomizeToolbarSheet = {
init: function() {
InitWithToolbox(window.parent.document.getElementById("navigator-toolbox"));
InitWithToolbox(window.parent.document.getElementById("browser-toolbox"));
}
};

View File

@ -79,8 +79,8 @@
visibility: hidden;
}
#navigator-toolbox[inFullscreen="true"],
#navigator-toolbox[inFullscreen="true"] > #navigation-toolbar {
#browser-toolbox[inFullscreen="true"],
#browser-toolbox[inFullscreen="true"] > #navigation-toolbar {
border-top: none;
}

View File

@ -77,8 +77,8 @@
visibility: hidden;
}
#navigator-toolbox[inFullscreen="true"],
#navigator-toolbox[inFullscreen="true"] > #navigation-toolbar {
#browser-toolbox[inFullscreen="true"],
#browser-toolbox[inFullscreen="true"] > #navigation-toolbar {
border-top: none;
}