From d3dd34bb7fdaee52eef5184ad8b5d09e3d9ec5be Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Tue, 20 Sep 2011 07:44:36 -0400
Subject: [PATCH] Disabled the "Server Type" drop-down menu under Server Config > Web.
---
interface/web/themes/default/css/navigation/nav_top.css | 10 +++++++++-
1 files changed, 9 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..84a4261 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 {
@@ -98,5 +98,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