Bug #349767 --> work around some issues with the width of the location picker

This commit is contained in:
scott%scott-macgregor.org 2006-08-25 21:38:33 +00:00
Родитель 4482bafb4c
Коммит be93be847c
3 изменённых файлов: 1 добавлений и 13 удалений

Просмотреть файл

@ -1948,7 +1948,7 @@
<toolbaritem id ="folder-location-container" title="&folderLocationToolbarItem.title;"
align="center" class="chromeclass-toolbar-additional">
<menulist id="locationFolders" class="folderMenuItem" label=" " crop="center">
<menulist id="locationFolders" class="folderMenuItem" label=" " width="170" crop="center">
<menupopup id="folderLocationPopup" class="folderLocationPopup" height="400" flex="1"
oncommand="OnLocationTreeSelect(this);"/>
</menulist>

Просмотреть файл

@ -908,12 +908,6 @@ splitter {
border: 1px solid transparent;
}
/* ..... folder location toolbar button adjustments ..... */
#locationFolders {
width: 25em;
}
/* ..... message pane adjustments ..... */
#messagepanebox {

Просмотреть файл

@ -832,12 +832,6 @@ treechildren::-moz-tree-cell-text(lc-black, selected, focus) {
border: 1px solid ThreeDShadow;
}
/* ..... folder location toolbar button adjustments ..... */
#locationFolders {
width: 20em;
}
/* ..... message pane adjustments ..... */
#messagepanebox {