diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:26:29 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:26:29 +0000 |
| commit | 536393fee38b27dda462e627a9a5e4bffee526c1 (patch) | |
| tree | ae617dca4d85f2918d83ae6ea82e6dbf5adf4023 /style | |
| parent | 45f3c83e0a91d5fbd6de808fd376e738053eb34a (diff) | |
| download | install-536393fee38b27dda462e627a9a5e4bffee526c1.tar.gz install-536393fee38b27dda462e627a9a5e4bffee526c1.tar.bz2 install-536393fee38b27dda462e627a9a5e4bffee526c1.zip | |
merge recent changes into HEAD
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 63fe0e0..bc01efc 100644 --- a/style/install.css +++ b/style/install.css @@ -9,13 +9,13 @@ table {border-collapse:collapse; padding:0; margin:0;} th {text-align:left; padding:3px 5px; background:#2c4268; border-bottom:2px solid #fff; color:#fff;} td {padding:2px 3px; vertical-align:top;} hr {border:1px solid #000;} -p {padding:10px;} +p {margin:0; padding:0px 10px 10px 10px;} /* titles */ h1 {font-size:130%; color:#900; font-weight:900;} h2 {font-size:120%;} h3 {font-size:110%;} -h1,h2,h3 {margin:2px 0; padding:15px 10px 0 10px;} +h1,h2,h3 {margin:2px 0; padding:25px 0 0 0;} /* links */ a {color:#06f; text-decoration:none;} @@ -39,9 +39,9 @@ fieldset {padding:10px; margin:10px; border:0; border-top:1px solid #2c4268;} legend {padding:2px 7px; background:#fff;} textarea {width:100%;} -.row {clear:both; padding:15px 0 0 0;} +.row {clear:both; padding:5px 0 0 0;} .formlabel {float:left; width:24%; text-align:right; padding:2px 1% 2px 0; border:1px solid #ccc; background:#eee;} -.formfeedback {text-align:justify;} +.formfeedback {} .formfeedback div {display:block; padding:4px; border-bottom:1px dotted #aaa;} .error {background:#fcc;} @@ -62,7 +62,7 @@ li.success {list-style:none; padding:4px; margin:0;} .forminput {float:right; width:74%; text-align:left; padding:0;} .forminput tr {padding:4px; border-bottom:1px dotted #aaa;} -.formhelp {text-align:justify; color:#666; font-size:10px; cursor:help;} +.formhelp {color:#666; font-size:10px; cursor:help;} .submit {text-align:center; margin:10px 0 2em 0;} input[type="submit"] {border:1px solid black; background:#2c4268; color:#fff; padding:5px 10px;} input[type="submit"]:hover, |
