From 070084e95a8fb4af37199bd22071f4687e5cbf49 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Wed, 04 Jul 2012 19:13:18 -0400 Subject: [PATCH] removed coding errors --- interface/web/themes/default/css/screen/uni-form.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/themes/default/css/screen/uni-form.css b/interface/web/themes/default/css/screen/uni-form.css index 3411d56..6b6f746 100644 --- a/interface/web/themes/default/css/screen/uni-form.css +++ b/interface/web/themes/default/css/screen/uni-form.css @@ -123,8 +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 - color: #000000;; + background:#FFFFFF none repeat scroll 0 0; + color: #000000; border: 1px solid #DFDFDF; padding: 1px; } -- Gitblit v1.9.1