From 7b7923cd98ae2b29ea3cdb7cd540552b9a2c2597 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Thu, 4 Apr 2002 22:55:35 +0000 Subject: [PATCH] Bug 131097 - Twisties aren't aligned correctly in Classic. Patch by Greg Valure , r=andreww, sr=hewitt, a=dbaron, asa. git-svn-id: svn://10.0.0.236/trunk@118159 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/themes/classic/global/win/tree.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mozilla/themes/classic/global/win/tree.css b/mozilla/themes/classic/global/win/tree.css index 88eac12c614..79b80064596 100644 --- a/mozilla/themes/classic/global/win/tree.css +++ b/mozilla/themes/classic/global/win/tree.css @@ -231,18 +231,19 @@ treechildren:-moz-tree-column(insertafter) { /* ::::: twisty ::::: */ treechildren:-moz-tree-twisty { - padding-right: 2px; - width: 10px; /* The image's width is 10 pixels */ + padding-right: 4px; + padding-top: 1px; + width: 9px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } treechildren:-moz-tree-twisty(open) { - width: 10px; /* The image's width is 10 pixels */ + width: 9px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } treechildren:-moz-tree-indentation { - width: 16px; + width: 18px; } /* ::::: gridline style ::::: */