From a4a9ebce1ba24f2bd7e15dcd0ca8dde0c79cf865 Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Thu, 05 Jul 2012 09:41:34 -0400
Subject: [PATCH] added servername of the selected mailbox
---
interface/web/themes/default/css/navigation/nav_top.css | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/interface/web/themes/default/css/navigation/nav_top.css b/interface/web/themes/default/css/navigation/nav_top.css
index e2f7b82..3f4eb8b 100644
--- a/interface/web/themes/default/css/navigation/nav_top.css
+++ b/interface/web/themes/default/css/navigation/nav_top.css
@@ -38,7 +38,7 @@
padding-top:37px;
text-align:center;
text-decoration:none;
- width:97px;
+ width:78px;
}
#topNav a:hover {
@@ -64,6 +64,10 @@
}
.topnav-mail {
+ background-image: url('../../icons/x32/email.png') !important;
+ }
+
+ .topnav-mailuser {
background-image: url('../../icons/x32/email.png') !important;
}
@@ -98,5 +102,13 @@
.topnav-dashboard {
background-image: url('../../icons/x32/dashboard.png') !important;
}
+
+ .topnav-vm{
+ background-image: url('../../icons/x32/drawer.png') !important;
+ }
+
+ .topnav-billing{
+ background-image: url('../../icons/x32/calculator.png') !important;
+ }
}
\ No newline at end of file
--
Gitblit v1.9.1