diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-04 06:10:40 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-04 06:10:40 +0000 |
commit | 81454f67c5936849c74cdb301c8251277284e7a5 (patch) | |
tree | 38695bb55e67beb00158609fc9b4ae99ff3ee671 /admin/template/yoga | |
parent | 3f9008d2115458aff0dde9d84f3c7e245521d4d9 (diff) |
On Stripy request some tufts of grass background have been changed for test purpose (will be removed).
git-svn-id: http://piwigo.org/svn/trunk@2420 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/yoga')
-rw-r--r-- | admin/template/yoga/theme/admin/theme.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css index a6845a476..587a75d75 100644 --- a/admin/template/yoga/theme/admin/theme.css +++ b/admin/template/yoga/theme/admin/theme.css @@ -17,7 +17,9 @@ input.rateButton, legend, #theAdminPage h3 { color: #777; } color: #900; border:0pt none; font-weight:bold; background-color: #222; padding:5px 0px 0pt 20pt; position:absolute; left:248px; min-height: 48px; text-align:left; top:110px; width:550px; z-index: 3; } -#copyright { color:#777; margin:60px auto 15px 240px; text-align:center; } +#copyright { color:#777; margin:60px auto 0px 240px; text-align:center; +padding-bottom: 15px; +background:transparent url(images/tuft_of_grass-bg.png) no-repeat scroll left bottom; } .header_notes { background: transparent url(../../../../../template/yoga/icon/note.png) no-repeat right top; border:0; font-weight:bold; @@ -32,9 +34,8 @@ body { } #the_page { border:0; display:block; margin: 0; padding-bottom: 0; z-index: 1; top:0px; -padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; -background:transparent url(images/tuft_of_grass-bg.png) no-repeat scroll center bottom; } -#tuft { +padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } +#tuft { /* to be removed */ border:0; display:block; margin: 0; padding: 0; z-index: 99; bottom:0px; min-height: 31px; width:87px; position:absolute; right:0px; background:transparent url(images/tuft_of_grass-bg.png) no-repeat fixed right bottom; } |