From 48e94f6d975c85d2e5d6ad2ad2095c42700730cb Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Sun, 08 Mar 2009 14:23:15 -0400 Subject: [PATCH] css form changes --- interface/web/themes/default/css/screen/uni-form.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/themes/default/css/screen/uni-form.css b/interface/web/themes/default/css/screen/uni-form.css index c3f167d..fc0eda1 100644 --- a/interface/web/themes/default/css/screen/uni-form.css +++ b/interface/web/themes/default/css/screen/uni-form.css @@ -48,7 +48,7 @@ .uniForm .blockLabels textarea{ width: 43%; /* <- Required property */ height: 12em; } .uniForm .formHint, - .uniForm .blockLabels .formHint{ width: 35%; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; } + .uniForm .blockLabels .formHint{ width: 55%; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; } .uniForm .multiField, .uniForm .blockLabels .multiField{ width: 43%; } -- Gitblit v1.9.1