diff options
Diffstat (limited to 'themes/admin_default/css/screen.css')
-rw-r--r-- | themes/admin_default/css/screen.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 674c90b2..e1f468c0 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -65,13 +65,12 @@ margin-bottom: 0; } -#gContent .gBlock .ui-dialog-titlebar { - margin: -.8em -.3em 0 -.3em; +.gBlock .ui-dialog-titlebar { + margin: -1em -.4em 0 ; } #gSidebar .gBlock h2 { background: none; - margin: -.9em -.4em 0 -.3em; cursor: move; } |