From 664a5e113a1cc0558d28e0794105359bc22934fc Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Fri, 8 May 2009 01:18:22 +0000 Subject: [PATCH] MINOR: fixed sitetree checkboxs layout in IE git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@76434 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/layout.css b/css/layout.css index 4838052f..c920f0a6 100644 --- a/css/layout.css +++ b/css/layout.css @@ -409,6 +409,9 @@ body.stillLoading select { #left .checkboxAboveTree { border-bottom: 1px solid #CCC; } + #left .checkboxAboveTree div { + clear: both; + } #TreeTools label { display: block; padding-top: 2px;