summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-02 08:00:15 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-02 08:00:15 -0700
commitace6949664c99a291823b960cb6166bca08d522f (patch)
treeaf8112f713409c1d5564bfb1485ca1a79bbed179
parentb2a9bf43afa2aaf845368ea04beef56f2ed035de (diff)
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.
-rw-r--r--themes/admin_wind/css/screen.css1
1 files changed, 1 insertions, 0 deletions
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;
}