diff options
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 9eb166cbb..a84e888ea 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -28,10 +28,15 @@ h2 { color: #777; } #copyright { color:#777; margin:5px auto 0px 240px; text-align:center; padding-bottom: 15px; } -.header_notes { background: transparent url(icon/note.png) no-repeat right top; -border:0; font-weight:bold; min-height: 48px; -padding:15px 60px 0 0; position:absolute; right:0; -text-align:right; top:30px; width:550px; } +.header_notes { + background: transparent url(../default/icon/note.png) no-repeat right top; + border: none; + min-height: 48px; + padding: 15px 60px 0 0; + right: 0; + width: 550px; + top: 70px; +} html, body { min-height: 100%; } body { margin: 0; padding: 0; background:#f9f9f9 } /* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */ |