From 71ea2a179a8ef82f990ed08d689d878bdf024e2b Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 04 Jan 2012 10:15:19 -0500
Subject: [PATCH] - Fixed: FS#1936 - date(): It is not safe to rely on the system's timezone settings. - Added a timezone setting in config.inc.ohp file

---
 interface/web/themes/default/css/screen/content.css |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/interface/web/themes/default/css/screen/content.css b/interface/web/themes/default/css/screen/content.css
index daf1310..172fad5 100644
--- a/interface/web/themes/default/css/screen/content.css
+++ b/interface/web/themes/default/css/screen/content.css
@@ -95,6 +95,15 @@
 	  border-bottom: .1em dashed #c00;
 	  cursor: help;
 	}
+
+	/* Set a background-color, no system backgorund used anymore */
+	select, input, textarea {
+	  background: #FFFFFF;
+	  border: 1px solid #DFDFDF;
+	  padding: 1px;
+	  outline:none;
+	}
+
 	
 	/**
 	 * Generic Content Classes
@@ -166,7 +175,7 @@
 	table.full { width: 100%; }
 	table.fixed { table-layout:fixed }
 	
-	th,td { padding: 0.5em; }
+	th,td { padding: 0.5em;text-align:left; }
 	thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff }
 	tbody th { background: #ccc; color: #333 }
 	tbody th.sub { background: #ddd; color: #333 }

--
Gitblit v1.9.1