From ed30c60150ffda0301eb1f8d30c93cac94de41df Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 25 Jul 2011 10:38:22 -0400
Subject: [PATCH] Fixed some warnings in the installer.
---
interface/web/themes/default/css/navigation/nav_top.css | 203 +++++++++++++++++++++++++++-----------------------
1 files changed, 109 insertions(+), 94 deletions(-)
diff --git a/interface/web/themes/default/css/navigation/nav_top.css b/interface/web/themes/default/css/navigation/nav_top.css
index c63a9a7..07c0081 100644
--- a/interface/web/themes/default/css/navigation/nav_top.css
+++ b/interface/web/themes/default/css/navigation/nav_top.css
@@ -1,95 +1,110 @@
-@charset "UTF-8";
-/**
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
- *
- * (en) Horizontal list navigation - ISPConfig 3: default theme
- * (de) Horizontale Navigationsliste - ISPConfig 3: default theme
- *
- * @copyright Copyright 2005-2008, Dirk Jesse
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
- * @link http://www.yaml.de
- * @package yaml
- * @version 3.0.6
- * @revision $Revision: 202 $
- * @lastmodified $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
- */
-
-@media all
-{
- #topNav ul {
- list-style: none;
- padding: 0;
- margin: 0;
- }
-
- #topNav li {
- display: inline-block;
- margin: 0 2px 0 0;
- }
-
- #topNav a {
- background-color: #D3D3D3;
- background-position: center top;
- background-repeat: no-repeat;
- color:black;
- display:block;
- height:20px;
- padding-top:68px;
- text-align:center;
- text-decoration:none;
- width:97px;
- }
-
- #topNav a:hover {
- background-color: #fc0;
- color: #540;
- }
-
- #topNav #topNav_current {
- }
-
- #topNav #topNav_current a {
- padding-bottom: 2px;
- font-weight: bold;
- color: black;
- background-color: #ffffff;
- }
-
- .topnav-admin {
- background-image: url('../../icons/x64/system.png') !important;
- }
-
- .topnav-client {
- background-image: url('../../icons/x64/client.png') !important;
- }
-
- .topnav-mail {
- background-image: url('../../icons/x64/email.png') !important;
- }
-
- .topnav-monitor {
- background-image: url('../../icons/x64/monitor.png') !important;
- }
-
- .topnav-sites {
- background-image: url('../../icons/x64/sites.png') !important;
- }
-
- .topnav-dns {
- background-image: url('../../icons/x64/dns.png') !important;
- }
-
- .topnav-tools {
- background-image: url('../../icons/x64/tools.png') !important;
- }
-
- .topnav-help {
- background-image: url('../../icons/x64/help.png') !important;
- }
-
- .topnav- {
- background-image: url('../../icons/x64/login.png') !important;
- }
-
+@charset "UTF-8";
+/**
+ * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
+ *
+ * (en) Horizontal list navigation - ISPConfig 3: default theme
+ * (de) Horizontale Navigationsliste - ISPConfig 3: default theme
+ *
+ * @copyright Copyright 2005-2008, Dirk Jesse
+ * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
+ * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
+ * @link http://www.yaml.de
+ * @package yaml
+ * @version 3.0.6
+ * @revision $Revision: 202 $
+ * @lastmodified $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
+ */
+
+@media all
+{
+ #topNav ul {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+ }
+
+ #topNav ul li {
+ display: inline;
+ margin: 0 2px 0 0;
+ }
+
+ #topNav a {
+ background-color: #D3D3D3;
+ background-position: center 5px;
+ background-repeat: no-repeat;
+ color:black;
+ display:inline-block;
+ height:20px;
+ padding-top:37px;
+ text-align:center;
+ text-decoration:none;
+ width:97px;
+ }
+
+ #topNav a:hover {
+ background-color: #eeeeee;
+ color: #000000;
+ }
+
+ #topNav #topNav_current {
+ }
+
+ #topNav #topNav_current a {
+ font-weight: bold;
+ color: black;
+ background-color: #ffffff;
+ }
+
+ .topnav-admin {
+ background-image: url('../../icons/x32/system.png') !important;
+ }
+
+ .topnav-client {
+ background-image: url('../../icons/x32/client.png') !important;
+ }
+
+ .topnav-mail {
+ background-image: url('../../icons/x32/email.png') !important;
+ }
+
+ .topnav-monitor {
+ background-image: url('../../icons/x32/monitor.png') !important;
+ }
+
+ .topnav-sites {
+ background-image: url('../../icons/x32/sites.png') !important;
+ }
+
+ .topnav-dns {
+ background-image: url('../../icons/x32/dns.png') !important;
+ }
+
+ .topnav-tools {
+ background-image: url('../../icons/x32/tools.png') !important;
+ }
+
+ .topnav-help {
+ background-image: url('../../icons/x32/help.png') !important;
+ }
+
+ .topnav- {
+ background-image: url('../../icons/x32/login.png') !important;
+ }
+
+ .topnav-domain {
+ background-image: url('../../icons/x32/domain.png') !important;
+ }
+
+ .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