diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-18 23:38:27 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-18 23:38:27 -0600 |
| commit | b2d0b3ebbb1764593e387a2e07e0d4e67f4f5474 (patch) | |
| tree | cf716196ab397f6fd033139accbea400223b6afa /themes/admin_wind/css | |
| parent | f421593c1d8fcd4fbfa385e8d2619d2bf79ddaee (diff) | |
Fix sidebar block admin layout. Don't hardcode block list height, use the equal_heights() function to set it.
Diffstat (limited to 'themes/admin_wind/css')
| -rw-r--r-- | themes/admin_wind/css/screen.css | 7 |
1 files changed, 3 insertions, 4 deletions
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; |
