diff options
author | nikrou <nikrou@piwigo.org> | 2010-04-08 21:15:11 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-04-08 21:15:11 +0000 |
commit | cc2a765cdcadc8a8745fdaf6e4cdaf4e86fe74a0 (patch) | |
tree | cec3b7bef51bdb7acf8657bffde7994558e3502e /admin/themes/roma | |
parent | 16b5fb713a60d2d200bca7969ed91e93fc65186f (diff) |
Bug 1549 fixed : some texts are not correcly positionned.
git-svn-id: http://piwigo.org/svn/trunk@5724 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-rw-r--r-- | admin/themes/roma/theme.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 107dc756c..4f3205a04 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -26,11 +26,16 @@ INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666; input.rateButton, legend, h3 { color: #666; } h2 { color: #ccc; } -.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:90px; 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; +} html, body { min-height: 100%; } + body { margin: 0; padding: 0; background-color:#111111; } /* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */ |