diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-05-06 22:01:53 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-05-06 22:01:53 +0000 |
| commit | f958361d0512bff945f55ab74410f41fd10ddb6d (patch) | |
| tree | fa68fc638e83652027233ba8dac7f9c0e979758d /style | |
| parent | a63d1fae2d0e62fb0c5a31931865046af654c02b (diff) | |
| download | install-f958361d0512bff945f55ab74410f41fd10ddb6d.tar.gz install-f958361d0512bff945f55ab74410f41fd10ddb6d.tar.bz2 install-f958361d0512bff945f55ab74410f41fd10ddb6d.zip | |
start adding bitweaver R1 to R2 specific instructions and making upgrade process a bit more pleasant
Diffstat (limited to 'style')
| -rw-r--r-- | style/install.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/style/install.css b/style/install.css index dec0584..2573f80 100644 --- a/style/install.css +++ b/style/install.css @@ -40,10 +40,10 @@ fieldset {padding:10px; margin:10px; border:0; border-top:3px solid #f60;} legend {padding:2px 7px; background:#fff; font-weight:bold;} textarea {width:100%;} -.row {overflow:auto; clear:both; padding:5px 0 0 0;} -.formlabel {float:left; width:24%; text-align:center; padding:1em 1% 1em 0; font-weight:bold;} +.row {overflow:auto; clear:both; margin:0 0 1.5em 0;} +.formlabel {float:left; width:24%; text-align:center; padding:0em 1% 1em 0; font-weight:bold;} .formfeedback {} -.formfeedback div {display:block; padding:4px; border-bottom:1px dotted #aaa;} +.formfeedback div {padding:4px; border-bottom:1px dotted #aaa;} .error {background:#fdd;} .warning {background:#fed;} @@ -53,7 +53,7 @@ textarea {width:100%;} p.warning, p.success, p.error {border:1px solid #999;} -p.help {border:1px solid #ccc;} +p.help {border:1px solid #ccc; margin:0.5em 0;} .formfeedback ul {padding:0; margin:0;} .formfeedback li {border-bottom:1px dotted #aaa;} @@ -62,7 +62,7 @@ li.error, li.warning, li.success {list-style:none; padding:4px; margin:0;} -.forminput {float:right; width:74%; text-align:left; padding:0;} +.forminput {margin-left:26%;} .forminput tr {padding:4px; border-bottom:1px dotted #aaa;} .formhelp {color:#666; font-size:10px; cursor:help;} .submit {text-align:center; margin:10px 0 2em 0;} |
