From 66b1f477e00367ec66e35bd6b667b6a83ef50298 Mon Sep 17 00:00:00 2001 From: "shliang%netscape.com" Date: Tue, 11 Dec 2001 22:24:39 +0000 Subject: [PATCH] bug 79355 - classic toolbar grippies too thick. checking in asa's patch - r=shliang sr=hewitt. --- themes/classic/global/mac/toolbar.css | 10 +++++----- themes/classic/global/win/toolbar.css | 14 +++++--------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/themes/classic/global/mac/toolbar.css b/themes/classic/global/mac/toolbar.css index 3eef41fb07b2..3a4af0fdc40a 100644 --- a/themes/classic/global/mac/toolbar.css +++ b/themes/classic/global/mac/toolbar.css @@ -54,7 +54,7 @@ toolbargrippy border-top : 1px solid #FFFFFF; border-right : 1px solid #9D9D9D; border-bottom : 1px solid #9D9D9D; - width : 10px; + width : 9px; } .toolbargrippy-twisty @@ -65,7 +65,7 @@ toolbargrippy .toolbargrippy-texture { - margin : 5px 3px 1px 2px; + margin : 2px 1px 0px 0px; background-image : url("chrome://global/skin/toolbargrippy-texture.gif"); background-position : 50% 0%; background-repeat : repeat-y; @@ -80,8 +80,8 @@ toolbargrippy[tbgrippy-collapsed="true"] border-top : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDShadow; border-bottom : 1px solid ThreeDShadow; - height : 12px; - padding-right : 1px; + height : 10px; + width : 30px; } .toolbargrippy-twisty-collapsed @@ -93,7 +93,7 @@ toolbargrippy[tbgrippy-collapsed="true"] .toolbargrippy-texture-collapsed { - margin : 2px 1px 1px 5px; + margin : 1px 5px 1px 2px; background-image : url("chrome://global/skin/tbg-texture-collapsed.gif"); background-position : 0% 50%; background-repeat : repeat-x; diff --git a/themes/classic/global/win/toolbar.css b/themes/classic/global/win/toolbar.css index 9b4309c49fae..c5156e3d50b2 100644 --- a/themes/classic/global/win/toolbar.css +++ b/themes/classic/global/win/toolbar.css @@ -1,5 +1,3 @@ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - toolbox { background-color : -moz-Dialog; @@ -44,7 +42,7 @@ toolbargrippy border-top : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDShadow; border-bottom : 1px solid ThreeDShadow; - width : 10px; + width : 9px; padding-bottom : 1px; } @@ -56,7 +54,7 @@ toolbargrippy .toolbargrippy-texture { - margin : 5px 3px 1px 2px; + margin : 2px 1px 0px 0px; background-image : url("chrome://global/skin/toolbargrippy-texture.gif"); background-position : 50% 0%; background-repeat : repeat-y; @@ -69,8 +67,8 @@ toolbargrippy[tbgrippy-collapsed="true"] border-top : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDShadow; border-bottom : 1px solid ThreeDShadow; - height : 12px; - padding-right : 1px; + height : 10px; + width : 30px; } .toolbargrippy-twisty-collapsed @@ -79,16 +77,14 @@ toolbargrippy[tbgrippy-collapsed="true"] margin-left : 2px; } - .toolbargrippy-texture-collapsed { - margin : 2px 1px 1px 5px; + margin: : 1px 5px 1px 2px; background-image : url("chrome://global/skin/tbg-texture-collapsed.gif"); background-position : 0% 50%; background-repeat : repeat-x; } - .collapsed-tray-spacer { border-bottom : 1px solid ThreeDShadow;