From 16c038340a4d4828c1a261e31d2cb5852b31c5cc Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Mon, 1 Apr 2013 11:58:42 +0000
Subject: [PATCH] same text-hight in all form fields

---
 interface/web/themes/default/css/jquery-ui-1.8.16.custom.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface/web/themes/default/css/jquery-ui-1.8.16.custom.css b/interface/web/themes/default/css/jquery-ui-1.8.16.custom.css
index cf52f36c58..9a806d534e 100644
--- a/interface/web/themes/default/css/jquery-ui-1.8.16.custom.css
+++ b/interface/web/themes/default/css/jquery-ui-1.8.16.custom.css
@@ -57,7 +57,7 @@
 /* Component containers
 ----------------------------------*/
 /*.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }*/
-.ui-widget { font-size: 1.1em; }
+.ui-widget { font-size: 1em; }
 .ui-widget .ui-widget { font-size: 1em; }
 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
 .ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
-- 
GitLab