From 80bee61fcda7e0f8e09e2f286514537c8555beef Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Thu, 24 May 2012 06:26:55 -0400
Subject: [PATCH] - Added circle access control so that 1) a reseller can create circles that contain only his clients, not all clients, and 2) a reseller can send messages only to his own circles instead of all circles.

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