diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-16 06:45:25 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-16 06:45:25 +0000 |
| commit | e749e6cf3e158e7c4cbaa50fc9e9b62d3db159d7 (patch) | |
| tree | 47d233a539b094261d2c6d2834b027eb0d4c7b84 /themes/admin_default/css/screen.css | |
| parent | 622da5f3cdf7ccb979334e42e115f0538c8dd00b (diff) | |
Added drop target style, other minor admin dashboard style updates.
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; } |
