From d2f4d29acf1c8175822dfdaa2465b48ec44e320e Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Sat, 04 Aug 2012 16:57:25 -0400
Subject: [PATCH] minor correction
---
interface/web/themes/default/css/navigation/nav_top.css | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 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..573ebc6 100644
--- a/interface/web/themes/default/css/navigation/nav_top.css
+++ b/interface/web/themes/default/css/navigation/nav_top.css
@@ -38,14 +38,16 @@
padding-top:37px;
text-align:center;
text-decoration:none;
- width:97px;
+ min-width:78px;
}
#topNav a:hover {
background-color: #eeeeee;
color: #000000;
}
-
+ #topNav a span {
+ padding: 0 3px;
+ }
#topNav #topNav_current {
}
@@ -64,6 +66,10 @@
}
.topnav-mail {
+ background-image: url('../../icons/x32/email.png') !important;
+ }
+
+ .topnav-mailuser {
background-image: url('../../icons/x32/email.png') !important;
}
@@ -98,5 +104,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