From 4b7a1d9ca8a080d5c1b5d15fe32d8b1cbde00f18 Mon Sep 17 00:00:00 2001 From: "andreww%netscape.com" Date: Mon, 12 Mar 2001 22:57:35 +0000 Subject: [PATCH] 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 --- .../themes/classic/editor/mac/EditorToolbars.css | 11 +++++++++++ mozilla/themes/classic/messenger/mac/messenger.css | 14 +++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/mozilla/themes/classic/editor/mac/EditorToolbars.css b/mozilla/themes/classic/editor/mac/EditorToolbars.css index 5bc674eebeb..fbf6cd79ddd 100644 --- a/mozilla/themes/classic/editor/mac/EditorToolbars.css +++ b/mozilla/themes/classic/editor/mac/EditorToolbars.css @@ -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 { diff --git a/mozilla/themes/classic/messenger/mac/messenger.css b/mozilla/themes/classic/messenger/mac/messenger.css index e462a6c99c0..588f6e3e4cd 100644 --- a/mozilla/themes/classic/messenger/mac/messenger.css +++ b/mozilla/themes/classic/messenger/mac/messenger.css @@ -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 */