From d81a4c42e7ee990f8ad7099fd116bf634b27fdbf Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 23 Sep 2011 05:14:36 -0400
Subject: [PATCH] - Fixed some awstats problems. - Added SNI config field in sysetm > server config > web.

---
 interface/web/themes/default/css/screen/content_ispc.css |   44 ++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 40 insertions(+), 4 deletions(-)

diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index 0f52f10..3524668 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -53,9 +53,7 @@
 	}
 	
 	.pnl_toolsarea fieldset, .pnl_listarea fieldset, .pnl_formsarea fieldset {
-		border-color: #6299c5 -moz-use-text-color -moz-use-text-color;
-		border-style: solid none none;
-		border-width: 1px medium medium;
+		border-top: 1px solid #949494;
 		margin: 20px 0;
 	}
 	.pnl_toolsarea fieldset legend , .pnl_listarea fieldset legend {
@@ -230,6 +228,44 @@
 		padding:0px 5px;
 	}
 
+	/* Dashboard */
+	.dashboard-modules {
+		float:left;
+		width:60px;
+		height: 60px;
+		border:1px dotted #888888;
+		background-color: #cccccc;
+		margin:10px;
+		background-position: center 5px;
+		background-repeat: no-repeat;
+		text-align: center;
+	}
+
+	.dashboard-modules a, .dashboard-modules a:hover{
+		color:Black;
+		display:block;
+		font-weight:bold;
+		height:30px;
+		padding-top:42px;
+		width:60px;
+		text-decoration: none;
+	}
+
+	.dashboard-modules.admin { background-image: url('../../icons/x32/system.png') !important; }
+	.dashboard-modules.vm { background-image: url('../../icons/x32/drawer.png') !important; }
+	.dashboard-modules.client { background-image: url('../../icons/x32/client.png') !important; }
+	.dashboard-modules.mail { background-image: url('../../icons/x32/email.png') !important; }
+	.dashboard-modules.monitor { background-image: url('../../icons/x32/monitor.png') !important; }
+	.dashboard-modules.dns { background-image: url('../../icons/x32/dns.png') !important; }
+	.dashboard-modules.tools { background-image: url('../../icons/x32/tools.png') !important; }
+	.dashboard-modules.help { background-image: url('../../icons/x32/help.png') !important; }
+	.dashboard-modules.domain { background-image: url('../../icons/x32/domain.png') !important; }
+	.dashboard-modules.sites { background-image: url('../../icons/x32/sites.png') !important; }
+	
+	.panel_dashboard h2 {
+		font-size:20px;
+	}
+
 	/* Image-Replacement */
 	.swap { background-repeat:no-repeat; }
 	.swap span { display:none; height:16px; } 
@@ -321,7 +357,7 @@
 	/* Button with icon and text */
 	.iconstxt {
 		background-repeat: no-repeat; 
-		background-position: 4px 4px;
+		background-position: 4px center;
 	}
 	.iconstxt span { padding-left: 20px; }
 	.iconstxt.icoPositive { background-image: url("../../icons/x16/tick_circle_frame.png"); }

--
Gitblit v1.9.1