From b2d0b3ebbb1764593e387a2e07e0d4e67f4f5474 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 18 Oct 2009 23:38:27 -0600 Subject: Fix sidebar block admin layout. Don't hardcode block list height, use the equal_heights() function to set it. --- themes/admin_wind/css/screen.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'themes/admin_wind/css') diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 20593e9c..74323067 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -526,12 +526,11 @@ li.g-default-group h4, li.g-default-group .g-user { /* Block admin ~~~~~~~~~~~~~~~~~~~~~~~~~ */ #g-admin-blocks .g-block { - margin-right: 2em; - height: 200px; - width: 30% !important; + clear: none; + width: 30%; } -#g-admin-blocks .g-block li { +#g-admin-blocks .g-block .g-draggable { background: #e7e7e7; /*border: 1px solid #fff;*/ margin-bottom: 1em; -- cgit v1.2.3