MINOR: #4843 removed the secondary scrollbar visible when 'allow drag and drop reordering' was checked by adding 5px of additional space under the tree to accomodate the div drop-target between the entries.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@95746 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Mateusz Uzdowski 2009-12-17 02:25:45 +00:00
parent effa12bf9d
commit 3379870b19

View File

@ -383,7 +383,7 @@ body.stillLoading select {
clear: left;
}
#sitetree_ul ul#sitetree {
padding: 0;
padding: 0 0 5px;
}
html>body #sitetree {
width: auto;