aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-06-27 20:52:21 +0000
committervdigital <vdigital@piwigo.org>2008-06-27 20:52:21 +0000
commit125acb324894913683df6863518c918125fa4753 (patch)
treebeed3dd7007e4230b8df0ca72af5ff45ade32c92 /admin
parentbe89e41df072513012b8e32645ee54aaaa1d7ddb (diff)
New strategy defined with Stripy for leaves and menu
git-svn-id: http://piwigo.org/svn/trunk@2403 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/yoga/theme/admin/images/bottom-left-bg.pngbin16238 -> 22748 bytes
-rw-r--r--admin/template/yoga/theme/admin/images/top-left-bg.pngbin57144 -> 48511 bytes
-rw-r--r--admin/template/yoga/theme/admin/theme.css13
3 files changed, 2 insertions, 11 deletions
diff --git a/admin/template/yoga/theme/admin/images/bottom-left-bg.png b/admin/template/yoga/theme/admin/images/bottom-left-bg.png
index 294f78e09..ce611dfed 100644
--- a/admin/template/yoga/theme/admin/images/bottom-left-bg.png
+++ b/admin/template/yoga/theme/admin/images/bottom-left-bg.png
Binary files differ
diff --git a/admin/template/yoga/theme/admin/images/top-left-bg.png b/admin/template/yoga/theme/admin/images/top-left-bg.png
index c2de73867..9f1711826 100644
--- a/admin/template/yoga/theme/admin/images/top-left-bg.png
+++ b/admin/template/yoga/theme/admin/images/top-left-bg.png
Binary files differ
diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css
index c0747d1b7..4290c27fe 100644
--- a/admin/template/yoga/theme/admin/theme.css
+++ b/admin/template/yoga/theme/admin/theme.css
@@ -147,16 +147,7 @@ padding-top: 0; min-height: 100%; position:relative;
#leaves {
background:transparent url(images/bottom-left-bg.png) no-repeat fixed left bottom;
border:0; display:block; margin: 0; padding: 0; min-width: 539px;
-min-height: 220px; position:absolute; left:0px; bottom:0px; z-index: 999;
-}
-/* show it to stripy */
-#leaves { background-image: none; min-height: 0px; }
-#copyright {
-background:transparent url(images/bottom-left-bg.png) no-repeat scroll left bottom;
-color:#777777;
-margin:60px 0pt;
-min-height:220px;
-text-align:center;
+min-height: 88px; position:absolute; left:0px; bottom:0px; z-index: 0;
}
#content { background: #222 url(images/fillet.png) repeat-x top left; }
.content {
@@ -205,7 +196,7 @@ background:transparent url(images/active_tab_letters.png) no-repeat scroll left
#menubar {
background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
border: 0; float:none; left: 0; margin:100px 5px 5px 35px; min-height:432px; padding: 0;
-position:absolute; top: 0; width:207px; display: inline;
+position:absolute; top: 0; width:207px; display: inline; z-index: 1;
text-align: left; /* "be nice to IE5" rule */ }
#menubar .selected a { color: #f70; border-color: #f36; }
#menubar .selected a:hover { color: #f33; border-bottom: 1px solid #f33;}