From 374c8db63dca02dcf62d64448dc408897925c19f Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 26 May 2010 08:24:42 -0400
Subject: [PATCH] Improved some list templates and the dashboard template.

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

diff --git a/interface/web/themes/default/css/screen/content_ispc.css b/interface/web/themes/default/css/screen/content_ispc.css
index a6fdd9a..74f982b 100644
--- a/interface/web/themes/default/css/screen/content_ispc.css
+++ b/interface/web/themes/default/css/screen/content_ispc.css
@@ -230,10 +230,43 @@
 		padding:0px 5px;
 	}
 
+	/* Dashboard */
+	.dashboard-modules {
+		float:left;
+		width:100px;
+		height: 100px;
+		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:70px;
+		width:100px;
+		text-decoration: none;
+	}
+
+	.dashboard-modules.admin { background-image: url('../../icons/x64/system.png') !important; }
+	.dashboard-modules.client { background-image: url('../../icons/x64/client.png') !important; }
+	.dashboard-modules.mail { background-image: url('../../icons/x64/email.png') !important; }
+	.dashboard-modules.monitor { background-image: url('../../icons/x64/monitor.png') !important; }
+	.dashboard-modules.dns { background-image: url('../../icons/x64/dns.png') !important; }
+	.dashboard-modules.tools { background-image: url('../../icons/x64/tools.png') !important; }
+	.dashboard-modules.help { background-image: url('../../icons/x64/help.png') !important; }
+	.dashboard-modules.domain { background-image: url('../../icons/x64/domain.png') !important; }
+	.dashboard-modules.sites { background-image: url('../../icons/x64/sites.png') !important; }
+
 	/* Image-Replacement */
 	.swap { background-repeat:no-repeat; }
 	.swap span { display:none; height:16px; } 
-	#ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:32px; } 
+	#ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:28px; } 
 	#ir-Yes { background-image:url("../../icons/x16/tick_circle.png"); height:16px; } 
 	#ir-No { background-image:url("../../icons/x16/cross_circle.png"); height:16px; } 
   	

--
Gitblit v1.9.1