From e06d884d04b42b4adc114144f7ed66e10f8617c3 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 13 Jan 2009 22:22:05 +0000 Subject: [PATCH] BUGFIX Fixed clearing issue in IE7 for the left hand tree git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70117 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_left.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/cms_left.css b/css/cms_left.css index 79ac4d81..54beaf88 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -397,7 +397,7 @@ ul.tree li.untranslated a:visited { #SortItems { border-bottom: 1px solid #cccccc; background: #eee none repeat scroll 0%; - padding: 3px 0 3px 7px; + padding: 3px 0 5px 7px; } #SortItems #sortitems { float: left;