From 52f8e607c9483bc69c44adf36d5432992e4bf3ad Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 15 Sep 2007 20:43:02 +0000 Subject: [PATCH] elofgren: Use 'html>body' instead of just 'html>' so that #sitetree correctly gets assigned width:auto on Mozilla browsers (prevents Folders being selected from 500px away on file drag and drop) (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41926 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index b8e384fc..1268ff23 100644 --- a/css/layout.css +++ b/css/layout.css @@ -339,7 +339,7 @@ html>body #top #Logo { #sitetree { width: 500px; /* IE's chocking right now */ } -html> #sitetree { +html>body #sitetree { width: auto; }