From ace6949664c99a291823b960cb6166bca08d522f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 2 Oct 2009 08:00:15 -0700 Subject: Set the height of the gAdminBlocksList ul so the user doesn't have to struggle to find the drop target. Thx floridave fir pointing it out. --- themes/admin_wind/css/screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 24c63756..28115149 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -656,6 +656,7 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser { } .gAdminBlocksList ul { + height: 98%; margin: .1em .1em; padding: .1em; } -- cgit v1.2.3