bugzilla bug # 60552 r=timeless, sr=hewitt - fixing random widths on toolbar buttons in mac classic skin.

git-svn-id: svn://10.0.0.236/trunk@89386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
andreww%netscape.com
2001-03-12 22:57:35 +00:00
parent f7959f57fb
commit 4b7a1d9ca8
2 changed files with 24 additions and 1 deletions

View File

@@ -94,6 +94,17 @@ button.edit-mode[selected="1"]:hover:active
{
padding : 2px 4px 0px 5px;
}
/**
* set a min width on messenger buttons for even spacing
**/
.button-toolbar-2
{
min-width: 5em !important;
}
#NormalModeButton
{

View File

@@ -26,9 +26,21 @@
[hide]
{
  display : none;
display : none;
}
/**
* set a min width on messenger buttons for even spacing
**/
.button-toolbar-2
{
min-width: 7em !important; /** set as important in order to show up in msg comp **/
}
/**
* toolbar button images
*/