зеркало из https://github.com/mozilla/pjs.git
Bug #349767 --> work around some issues with the width of the location picker
This commit is contained in:
Родитель
4482bafb4c
Коммит
be93be847c
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче