diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-03 22:04:03 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-03 22:04:03 +0000 |
commit | 3f9008d2115458aff0dde9d84f3c7e245521d4d9 (patch) | |
tree | a8adac5bb7867c8f6518775ce7d86f80473f90ef /admin/template/yoga | |
parent | db33ad163b404fb66f3391a32809b6021c8a20b0 (diff) |
On Stripy request some tufts of grass background are added (will be removed).
git-svn-id: http://piwigo.org/svn/trunk@2419 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/yoga')
-rw-r--r-- | admin/template/yoga/theme/admin/images/tuft_of_grass-bg.png | bin | 0 -> 1824 bytes | |||
-rw-r--r-- | admin/template/yoga/theme/admin/theme.css | 7 |
2 files changed, 6 insertions, 1 deletions
diff --git a/admin/template/yoga/theme/admin/images/tuft_of_grass-bg.png b/admin/template/yoga/theme/admin/images/tuft_of_grass-bg.png Binary files differnew file mode 100644 index 000000000..dde1468d4 --- /dev/null +++ b/admin/template/yoga/theme/admin/images/tuft_of_grass-bg.png diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css index 4813104c2..a6845a476 100644 --- a/admin/template/yoga/theme/admin/theme.css +++ b/admin/template/yoga/theme/admin/theme.css @@ -32,7 +32,12 @@ 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; } +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 { +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; } #headbranch { background:transparent url(images/top-left-bg.png) no-repeat scroll left top; border:0; display:block; margin: 0; padding: 0; width: 233px; |