From ada1e6979c92651c13e8538881d2d756c7b54e6d Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Sun, 08 Mar 2009 13:36:34 -0400 Subject: [PATCH] better form lengths --- interface/web/themes/default/css/screen/uni-form.css | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/interface/web/themes/default/css/screen/uni-form.css b/interface/web/themes/default/css/screen/uni-form.css index aa6e306..c3f167d 100644 --- a/interface/web/themes/default/css/screen/uni-form.css +++ b/interface/web/themes/default/css/screen/uni-form.css @@ -38,20 +38,20 @@ .uniForm .textInput, .uniForm .blockLabels .textInput, - .uniForm .blockLabels .fileUpload{ width: 53%; /* <- Required property */ } + .uniForm .blockLabels .fileUpload{ width: 43%; /* <- Required property */ } .uniForm .selectInput, .uniForm select, .uniForm .blockLabels .selectInput, - .uniForm .blockLabels select{ width: 53.5%; /* <- Required property */ } + .uniForm .blockLabels select{ width: 43.5%; /* <- Required property */ } .uniForm textarea, - .uniForm .blockLabels textarea{ width: 53%; /* <- Required property */ height: 12em; } + .uniForm .blockLabels textarea{ width: 43%; /* <- Required property */ height: 12em; } .uniForm .formHint, - .uniForm .blockLabels .formHint{ width: 45%; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; } + .uniForm .blockLabels .formHint{ width: 35%; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; } .uniForm .multiField, - .uniForm .blockLabels .multiField{ width: 53%; } + .uniForm .blockLabels .multiField{ width: 43%; } .uniForm .multiField .inlineLabel, .uniForm .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; } .uniForm .multiField .blockLabel, @@ -69,19 +69,19 @@ .uniForm .inlineLabels .ctrlHolder{} .uniForm .inlineLabels label, - .uniForm .inlineLabels .label{ width: 45%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ } + .uniForm .inlineLabels .label{ width: 35%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ } .uniForm .inlineLabels .textInput, - .uniForm .inlineLabels .fileUpload{ width: 45%; /* <- Required property */ } + .uniForm .inlineLabels .fileUpload{ width: 35%; /* <- Required property */ } .uniForm .inlineLabels .selectInput, - .uniForm .inlineLabels select{ width: 45%; /* <- Required property */ } + .uniForm .inlineLabels select{ width: 35%; /* <- Required property */ } - .uniForm .inlineLabels textarea{ width: 45%; /* <- Required property */ height: 12em; } + .uniForm .inlineLabels textarea{ width: 35%; /* <- Required property */ height: 12em; } - .uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 47%; font-size: .9em; color: #777; position: static; } + .uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 37%; font-size: .9em; color: #777; position: static; } - .uniForm .inlineLabels .multiField{ width: 45%; /* <- Required property */ margin: 0 0 .3em 0; } + .uniForm .inlineLabels .multiField{ width: 60%; /* <- Required property */ margin: 0 0 .3em 0; } .uniForm .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; } .uniForm .inlineLabels .multiField .blockLabel{ float: left; width: 26%; margin: 0 3% 0 0; } .uniForm .inlineLabels .multiField .blockLabel .textInput, @@ -94,10 +94,10 @@ .uniForm div.focused .formHint{ color: #333; } /* Columns (they are floated left by default) */ -.uniForm .col{ width: 47.9%; /* <- Required property */ margin: 0 2% 20px 0; } +.uniForm .col{ width: 37.9%; /* <- Required property */ margin: 0 2% 20px 0; } /* Use .first and .last classes to control the layout/spacing of your columns */ -.uniForm .col.first{ width: 49%; /* <- Required property */ float: left; clear: none; } -.uniForm .col.last{ width: 49%; /* <- Required property */ float: right; clear: none; margin-right: 0; } +.uniForm .col.first{ width: 39%; /* <- Required property */ float: left; clear: none; } +.uniForm .col.last{ width: 39%; /* <- Required property */ float: right; clear: none; margin-right: 0; } /* Messages */ .uniForm #errorMsg{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 1.5em 0 1.5em 0; padding: 7px; } -- Gitblit v1.9.1