Bug 714390 - Folder Location and Mail Views items are cut off in the customize toolbar dialog; r=mconley, ui-r=mconley

This commit is contained in:
Jim Porter 2012-01-05 21:37:31 -06:00
Родитель fbe0357ee4
Коммит dcb28c061e
4 изменённых файлов: 32 добавлений и 0 удалений

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

@ -465,6 +465,14 @@ toolbar[iconsize="small"] #button-archive[disabled] {
list-style-image: url("moz-icon://stock/gtk-find?size=toolbar") !important; list-style-image: url("moz-icon://stock/gtk-find?size=toolbar") !important;
} }
/* Force the folder location and mail view items to fit in the available width
in the Customize Toolbar dialog. */
#palette-box #locationFolders,
#palette-box #folder-location-container,
#palette-box #viewPicker {
-moz-box-flex: 1;
}
/* ::::: message notification bar style rules ::::: */ /* ::::: message notification bar style rules ::::: */
.msgNotificationBar { .msgNotificationBar {

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

@ -697,6 +697,14 @@ toolbar[iconsize="small"] #button-archive[disabled] {
-moz-image-region: rect(0px 672px 32px 640px); -moz-image-region: rect(0px 672px 32px 640px);
} }
/* Force the folder location and mail view items to fit in the available width
in the Customize Toolbar dialog. */
#palette-box #locationFolders,
#palette-box #folder-location-container,
#palette-box #viewPicker {
-moz-box-flex: 1;
}
.msgNotificationBarText { .msgNotificationBarText {
font: icon; font: icon;
font-weight: bold; font-weight: bold;

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

@ -468,6 +468,14 @@ toolbox[labelalign="end"] > toolbar[mode="full"] .toolbarbutton-1[type="menu"] {
-moz-image-region: rect(0px, 378px, 18px, 360px); -moz-image-region: rect(0px, 378px, 18px, 360px);
} }
/* Force the folder location and mail view items to fit in the available width
in the Customize Toolbar dialog. */
#palette-box #locationFolders,
#palette-box #folder-location-container,
#palette-box #viewPicker {
-moz-box-flex: 1;
}
/* ::::: message notification bar style rules ::::: */ /* ::::: message notification bar style rules ::::: */
.msgNotificationBar { .msgNotificationBar {

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

@ -683,6 +683,14 @@ toolbar[iconsize="small"] #button-archive[disabled] {
-moz-image-region: rect(0px 504px 24px 480px); -moz-image-region: rect(0px 504px 24px 480px);
} }
/* Force the folder location and mail view items to fit in the available width
in the Customize Toolbar dialog. */
#palette-box #locationFolders,
#palette-box #folder-location-container,
#palette-box #viewPicker {
-moz-box-flex: 1;
}
/* ::::: message notification bar style rules ::::: */ /* ::::: message notification bar style rules ::::: */
.msgNotificationBar { .msgNotificationBar {