aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-06-23 20:05:39 +0000
committervdigital <vdigital@piwigo.org>2008-06-23 20:05:39 +0000
commit1af14fc26e102e8600b64da14c9776017c1f476d (patch)
tree03c5c4f34f963607fda58f55ef2e1238aa4fe7a2 /admin
parentff39a722c4b6a98b1a873f5790611439660aea98 (diff)
Reworked admin menubar
git-svn-id: http://piwigo.org/svn/trunk@2395 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/yoga/theme/admin/images/menuBoxBottom_new.pngbin1823 -> 1426 bytes
-rw-r--r--admin/template/yoga/theme/admin/images/menuBoxTop_new.pngbin2140 -> 1945 bytes
-rw-r--r--admin/template/yoga/theme/admin/images/menubar-detail.pngbin214 -> 179 bytes
-rw-r--r--admin/template/yoga/theme/admin/images/menubar-top.pngbin2049 -> 1885 bytes
-rw-r--r--admin/template/yoga/theme/admin/theme.css10
5 files changed, 5 insertions, 5 deletions
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
--- a/admin/template/yoga/theme/admin/images/menuBoxBottom_new.png
+++ b/admin/template/yoga/theme/admin/images/menuBoxBottom_new.png
Binary files 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
--- a/admin/template/yoga/theme/admin/images/menuBoxTop_new.png
+++ b/admin/template/yoga/theme/admin/images/menuBoxTop_new.png
Binary files 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
--- a/admin/template/yoga/theme/admin/images/menubar-detail.png
+++ b/admin/template/yoga/theme/admin/images/menubar-detail.png
Binary files 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
--- a/admin/template/yoga/theme/admin/images/menubar-top.png
+++ b/admin/template/yoga/theme/admin/images/menubar-top.png
Binary files 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;