Bug #241202 --> FormatToolbar overlaps MsgHeadersToolbar

set a min height on the msg toolbar to prevent you from dragging the format toolbar over it.
This commit is contained in:
scott%scott-macgregor.org 2004-10-01 01:09:25 +00:00
parent 64e9b4b46b
commit f64ac0b41a

View File

@ -457,6 +457,10 @@ treechildren::-moz-tree-image(remote-err) {
list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png");
}
#MsgHeadersToolbar {
min-height: 132px;
}
/* ::::: format toolbar ::::: */
#FormatToolbar > toolbarbutton {