From 126bdacca8b7d3ee5902a0b46eedd2afc2dca5ff Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Tue, 20 Nov 2012 14:11:49 -0500
Subject: [PATCH] Implemented: FS#2546 - Update all custom php.ini files for webs on main php.ini change
---
interface/web/themes/default_no_navimg/css/additional.css | 121 ++++++++++++++++++++++------------------
1 files changed, 67 insertions(+), 54 deletions(-)
diff --git a/interface/web/themes/default_no_navimg/css/additional.css b/interface/web/themes/default_no_navimg/css/additional.css
index 276c33e..d17ab55 100644
--- a/interface/web/themes/default_no_navimg/css/additional.css
+++ b/interface/web/themes/default_no_navimg/css/additional.css
@@ -1,55 +1,68 @@
-@media all
-{
- #topNav a {
- background-color: #D3D3D3;
- background-position: center top;
- background-repeat: no-repeat;
- color:black;
- display:inline-block;
- height:20px;
- padding-top:5px;
- text-align:center;
- text-decoration:none;
- width:97px;
- }
-
- .topnav-admin {
- background-image: none !important;
- }
-
- .topnav-client {
- background-image: none !important;
- }
-
- .topnav-mail {
- background-image: none !important;
- }
-
- .topnav-monitor {
- background-image: none !important;
- }
-
- .topnav-sites {
- background-image: none !important;
- }
-
- .topnav-dns {
- background-image: none !important;
- }
-
- .topnav-tools {
- background-image: none !important;
- }
-
- .topnav-help {
- background-image: none !important;
- }
-
- .topnav- {
- background-image: none !important;
- }
-
- .topnav-domain {
- background-image: none !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:5px;
+ text-align:center;
+ text-decoration:none;
+ width:66px;
+ }
+
+ .topnav-admin {
+ background-image: none !important;
+ }
+
+ .topnav-client {
+ background-image: none !important;
+ }
+
+ .topnav-mail {
+ background-image: none !important;
+ }
+
+ .topnav-monitor {
+ background-image: none !important;
+ }
+
+ .topnav-vm {
+ background-image: none !important;
+ }
+
+ .topnav-sites {
+ background-image: none !important;
+ }
+
+ .topnav-dns {
+ background-image: none !important;
+ }
+
+ .topnav-tools {
+ background-image: none !important;
+ }
+
+ .topnav-help {
+ background-image: none !important;
+ }
+
+ .topnav- {
+ background-image: none !important;
+ }
+
+ .topnav-domain {
+ background-image: none !important;
+ }
+
+ .topnav-dashboard {
+ background-image: none !important;
+ }
+
+ .topnav-billing {
+ background-image: none !important;
+ }
+
}
\ No newline at end of file
--
Gitblit v1.9.1