From 1af14fc26e102e8600b64da14c9776017c1f476d Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 23 Jun 2008 20:05:39 +0000 Subject: Reworked admin menubar git-svn-id: http://piwigo.org/svn/trunk@2395 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../yoga/theme/admin/images/menuBoxBottom_new.png | Bin 1823 -> 1426 bytes .../yoga/theme/admin/images/menuBoxTop_new.png | Bin 2140 -> 1945 bytes .../yoga/theme/admin/images/menubar-detail.png | Bin 214 -> 179 bytes .../template/yoga/theme/admin/images/menubar-top.png | Bin 2049 -> 1885 bytes admin/template/yoga/theme/admin/theme.css | 10 +++++----- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'admin') diff --git a/admin/template/yoga/theme/admin/images/menuBoxBottom_new.png b/admin/template/yoga/theme/admin/images/menuBoxBottom_new.png index 28e96bfac..e42f501ea 100644 Binary files a/admin/template/yoga/theme/admin/images/menuBoxBottom_new.png and b/admin/template/yoga/theme/admin/images/menuBoxBottom_new.png differ diff --git a/admin/template/yoga/theme/admin/images/menuBoxTop_new.png b/admin/template/yoga/theme/admin/images/menuBoxTop_new.png index aefcc2472..e50d67159 100644 Binary files a/admin/template/yoga/theme/admin/images/menuBoxTop_new.png and b/admin/template/yoga/theme/admin/images/menuBoxTop_new.png differ diff --git a/admin/template/yoga/theme/admin/images/menubar-detail.png b/admin/template/yoga/theme/admin/images/menubar-detail.png index bdc024d55..0cfa9cb6f 100644 Binary files a/admin/template/yoga/theme/admin/images/menubar-detail.png and b/admin/template/yoga/theme/admin/images/menubar-detail.png differ diff --git a/admin/template/yoga/theme/admin/images/menubar-top.png b/admin/template/yoga/theme/admin/images/menubar-top.png index 0e4b26cb1..4a674d969 100644 Binary files a/admin/template/yoga/theme/admin/images/menubar-top.png and b/admin/template/yoga/theme/admin/images/menubar-top.png differ diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css index 6f0ea1e57..b7e3ab7b5 100644 --- a/admin/template/yoga/theme/admin/theme.css +++ b/admin/template/yoga/theme/admin/theme.css @@ -186,7 +186,7 @@ border:0; display:block; margin: 0; padding-bottom: 0; padding-top: 0; min-height: 100%; position:relative; } .content { - background: #222 url(images/fillet.png) repeat-x top left; min-height: 424px; + background: #222 url(images/fillet.png) repeat-x top left; min-height: 420px; border-width: 0; padding: 0 5px 0 0; list-style-type:none; margin: 0 10px 0 248px; } .header_notes { background: transparent url(../../../../../template/yoga/icon/note.png) no-repeat right top; @@ -221,8 +221,8 @@ color: #F36; } /* menubar is on all admin pages => No specific css file */ #menubar { -background:transparent url(images/admin_v2_menuBox-bottom.png) no-repeat scroll left bottom; -border: 0; float:none; left: 0; margin:100px 5px 5px 35px; min-height:423px; padding: 0; +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; text-align: left; /* "be nice to IE5" rule */ } #menubar .selected a { color: #f70; border-bottom: 1px dotted #a72; } @@ -231,10 +231,10 @@ text-align: left; /* "be nice to IE5" rule */ } background: transparent url(images/menubar-detail.png) repeat-y top left; margin: 0; padding: 0; height:232px; display:block; } #menubar dl { -background:transparent url(images/admin_v2_menuBox-top_Y_n3.png) no-repeat scroll left top; +background:transparent url(images/menuBoxTop_new.png) no-repeat scroll left top; width: 207px; border:0; margin: 0; padding: 0; display: block; } #menubar dl.first { -background:transparent url(images/menubar-top.png) no-repeat scroll left top; } +background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; } #menubar dt { margin: 0; display: block; background: none; left:10px; position:relative; padding: 5px; top:-15px; font-size: 14px; } #menubar a { border-bottom:0; text-decoration:none; font-size: 12px; -- cgit v1.2.3