From 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Oct 2009 14:30:28 -0400 Subject: [PATCH] Implemented: FS#757 - Add "custom" option to transports --- 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 586dba0..0451aae 100644 --- a/interface/web/themes/default/css/screen/uni-form.css +++ b/interface/web/themes/default/css/screen/uni-form.css @@ -79,7 +79,7 @@ .uniForm .inlineLabels textarea{ width: 35%; /* <- Required property */ height: 12em; } - .uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 17%; font-size: .9em; color: #777; position: static; } + .uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 22%; font-size: .9em; color: #777; position: static; } .uniForm .inlineLabels .multiField{ width: 60%; /* <- Required property */ margin: 0 0 .3em 0; } .uniForm .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; } -- Gitblit v1.9.1