diff options
Diffstat (limited to 'themes')
-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; |