From 165152caf2e2ecb9625a5cf488cf87a5ea43f189 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Thu, 03 May 2012 09:38:35 -0400
Subject: [PATCH] - Make sure the apps vhost gets configured no matter if the ISPConfig interface is installed or not.
---
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