From b4daebfaff3a7cfb84f5700de0fda1c4dc943a03 Mon Sep 17 00:00:00 2001
From: xaver <xaver@ispconfig3>
Date: Tue, 28 Feb 2012 10:26:42 -0500
Subject: [PATCH] added file count in Website quota #2105

---
 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