From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 11 Jun 2012 05:00:57 -0400
Subject: [PATCH] Updated version number to 3.0.4.6

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

diff --git a/interface/web/themes/default/css/screen/uni-form.css b/interface/web/themes/default/css/screen/uni-form.css
index 0451aae..e9e592f 100644
--- a/interface/web/themes/default/css/screen/uni-form.css
+++ b/interface/web/themes/default/css/screen/uni-form.css
@@ -10,10 +10,10 @@
     .uniForm .ctrlHolder{ padding: 3px; border-bottom: 1px dotted #dfdfdf; }
     
     .uniForm .buttonHolder{ 
-		text-align: right; 
+		text-align: left; 
 		background: #CEDEEF url("../../images/buttonHolder_bg.gif") no-repeat right;
-		margin: 1em 0;
-		padding: 8px;	 
+		margin: 3em 0 1em;
+		padding: 8px;
 	 }
       .uniForm .resetButton{ float: left; }
       .uniForm .primaryAction{ font-weight: bold; }
@@ -103,14 +103,14 @@
 .uniForm #errorMsg{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 1.5em 0 1.5em 0; padding: 7px; }
 .uniForm .error{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; }
 
-  .uniForm #errorMsg dt, .uniForm #errorMsg h3{ margin: 0 0 .5em 0; font-size: 100%; line-height: 100%; font-weight: bold; }
-  .uniForm #errorMsg dd{ margin: 0; padding: 0; }
-    .uniForm #errorMsg ol{ margin: 0; padding: 0; }
-      .uniForm #errorMsg ol li{ margin: 0; padding: 2px; list-style-position: inside; border-bottom: 1px dotted #df7d7d; position: relative; }
-    .uniForm .errorField{ color: #af4c4c; margin: 0 0 6px 0; padding: 4px; background: #ffbfbf; }
+.uniForm #errorMsg dt, .uniForm #errorMsg h3{ margin: 0 0 .5em 0; font-size: 100%; line-height: 100%; font-weight: bold; }
+.uniForm #errorMsg dd{ margin: 0; padding: 0; }
+.uniForm #errorMsg ol{ margin: 0; padding: 0; list-style:none;}
+.uniForm #errorMsg ol li{ margin: 0; padding: 2px; list-style-position: inside; border-bottom: 1px dotted #df7d7d; position: relative; }
+.uniForm .errorField{ color: #af4c4c; margin: 0 0 6px 0; padding: 4px; background: #ffbfbf; }
 
 .uniForm #OKMsg{ background: #C8FFBF; border: 1px solid #A2EF95; border-width: 1px 0; margin: 1.5em 0 1.5em 0; padding: 7px; }
-  .uniForm #OKMsg p{ margin: 0; }
+.uniForm #OKMsg p{ margin: 0; }
 
 /*
 IT IS STRONGLY ADVISED TO MAKE YOUR CHANGES AFTER THIS COMMENT BY REPEATING (COPYING) THE SELECTOR FROM ABOVE, 
@@ -123,7 +123,8 @@
 /* This is the main unit that contains our form elements */
 
 .uniForm .textInput, .uniForm .selectInput, .uniForm textarea {
-	background:#FFFFFF none repeat scroll 0 0;
+	background:#FFFFFF none repeat scroll 0 0
+	color: #000000;;
 	border: 1px solid #DFDFDF;
 	padding: 1px;
 }

--
Gitblit v1.9.1