From 125acb324894913683df6863518c918125fa4753 Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 27 Jun 2008 20:52:21 +0000 Subject: New strategy defined with Stripy for leaves and menu git-svn-id: http://piwigo.org/svn/trunk@2403 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../yoga/theme/admin/images/bottom-left-bg.png | Bin 16238 -> 22748 bytes .../yoga/theme/admin/images/top-left-bg.png | Bin 57144 -> 48511 bytes admin/template/yoga/theme/admin/theme.css | 13 ++----------- 3 files changed, 2 insertions(+), 11 deletions(-) (limited to 'admin/template') 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 Binary files a/admin/template/yoga/theme/admin/images/bottom-left-bg.png and b/admin/template/yoga/theme/admin/images/bottom-left-bg.png 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 Binary files a/admin/template/yoga/theme/admin/images/top-left-bg.png and b/admin/template/yoga/theme/admin/images/top-left-bg.png 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;} -- cgit v1.2.3