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:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user