From 3379870b198b180d6b59d08226f162b951f790f5 Mon Sep 17 00:00:00 2001 From: Mateusz Uzdowski Date: Thu, 17 Dec 2009 02:25:45 +0000 Subject: [PATCH] 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 --- css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index 18ab3de5..ea26dd75 100644 --- a/css/layout.css +++ b/css/layout.css @@ -383,7 +383,7 @@ body.stillLoading select { clear: left; } #sitetree_ul ul#sitetree { - padding: 0; + padding: 0 0 5px; } html>body #sitetree { width: auto;