Bug #219591 --> To much padding around toolbar buttons in 'small' mode. The earlier fix to this had problems

where we did not have enough padding and the file button had a drop down marker underneath it. 

This patch cleans all of that up.
This commit is contained in:
scott%scott-macgregor.org 2003-09-24 21:30:13 +00:00
parent 5e43dbaa22
commit c6a38ec9d8

View File

@ -31,9 +31,13 @@
.toolbarbutton-1 {
-moz-box-orient: vertical;
min-width: 0px;
min-width: 47px;
list-style-image: url("chrome://messenger/skin/icons/mail-toolbar.png");
}
.toolbarbutton-1[type="menu"] > .toolbarbutton-menu-dropmarker {
display: none;
}
toolbar[mode="icons"] .toolbarbutton-text {
display: none;
@ -237,7 +241,8 @@ toolbar[mode="text"] .toolbarbutton-text {
/* ::::: small primary toolbar buttons ::::: */
toolbar[iconsize="small"] .toolbarbutton-1 {
list-style-image: url("chrome://messenger/skin/icons/mail-toolbar-small.png");
list-style-image: url("chrome://messenger/skin/icons/mail-toolbar-small.png");
min-width: 30px;
}
toolbar[iconsize="small"] #button-getmsg {