From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 08:57:25 -0400
Subject: [PATCH] Added missing empty directories from svn import

---
 interface/web/themes/default_64_navimg/css/additional.css |  122 +++++++++++++++++++++-------------------
 1 files changed, 63 insertions(+), 59 deletions(-)

diff --git a/interface/web/themes/default_64_navimg/css/additional.css b/interface/web/themes/default_64_navimg/css/additional.css
index a58c807..c064817 100644
--- a/interface/web/themes/default_64_navimg/css/additional.css
+++ b/interface/web/themes/default_64_navimg/css/additional.css
@@ -1,60 +1,64 @@
-@media all
-{
-	#topNav a {
-		background-color: #D3D3D3;
-		background-position: center top;
-		background-repeat: no-repeat;
-		color:black;
-		display:inline-block;
-		height:20px;
-		padding-top:68px;
-		text-align:center;
-		text-decoration:none;
-		width:97px;
-	}
-
-	.topnav-admin {
-		background-image: url('/themes/default/icons/x64/system.png') !important;
-	}
-
-	.topnav-client {
-		background-image: url('/themes/default/icons/x64/client.png') !important;
-	}
-
-	.topnav-mail {
-		background-image: url('/themes/default/icons/x64/email.png') !important;
-	}
-
-	.topnav-monitor {
-		background-image: url('/themes/default/icons/x64/monitor.png') !important;
-	}
-
-	.topnav-sites {
-		background-image: url('/themes/default/icons/x64/sites.png') !important;
-	}
-
-	.topnav-dns {
-		background-image: url('/themes/default/icons/x64/dns.png') !important;
-	}
-
-	.topnav-tools {
-		background-image: url('/themes/default/icons/x64/tools.png') !important;
-	}
-
-	.topnav-help {
-		background-image: url('/themes/default/icons/x64/help.png') !important;
-	}
-
-	.topnav- {
-		background-image: url('/themes/default/icons/x64/login.png') !important;
-	}
-
-	.topnav-domain {
-		background-image: url('../../icons/x64/domain.png') !important;
-	}
-
-	.topnav-dashboard {
-		background-image: url('../../icons/x64/dashboard.png') !important;
-	}
-
+@media all
+{
+	#topNav a {
+		background-color: #D3D3D3;
+		background-position: center top;
+		background-repeat: no-repeat;
+		color:black;
+		display:inline-block;
+		height:20px;
+		padding-top:68px;
+		text-align:center;
+		text-decoration:none;
+		width:97px;
+	}
+
+	.topnav-admin {
+		background-image: url('/themes/default_304/icons/x64/system.png') !important;
+	}
+
+	.topnav-client {
+		background-image: url('/themes/default_304/icons/x64/client.png') !important;
+	}
+
+	.topnav-mail {
+		background-image: url('/themes/default_304/icons/x64/email.png') !important;
+	}
+
+	.topnav-monitor {
+		background-image: url('/themes/default_304/icons/x64/monitor.png') !important;
+	}
+
+	.topnav-sites {
+		background-image: url('/themes/default_304/icons/x64/sites.png') !important;
+	}
+
+	.topnav-dns {
+		background-image: url('/themes/default_304/icons/x64/dns.png') !important;
+	}
+
+	.topnav-tools {
+		background-image: url('/themes/default_304/icons/x64/tools.png') !important;
+	}
+
+	.topnav-help {
+		background-image: url('/themes/default_304/icons/x64/help.png') !important;
+	}
+
+	.topnav- {
+		background-image: url('/themes/default_304/icons/x64/login.png') !important;
+	}
+
+	.topnav-domain {
+		background-image: url('/themes/default_304/icons/x64/domain.png') !important;
+	}
+
+	.topnav-dashboard {
+		background-image: url('/themes/default_304/icons/x64/dashboard.png') !important;
+	}
+	
+	.topnav-vm {
+		background-image: url("/themes/default_304/icons/x64/drawer.png") !important;
+	}
+
 }
\ No newline at end of file

--
Gitblit v1.9.1