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
This commit is contained in:
Ingo Schommer 2007-09-15 20:43:02 +00:00
parent d04157141c
commit 52f8e607c9
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ html>body #top #Logo {
#sitetree {
width: 500px; /* IE's chocking right now */
}
html> #sitetree {
html>body #sitetree {
width: auto;
}