diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-05-08 09:21:55 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-05-08 09:21:55 +0000 |
| commit | af7eab3dfa01a89f856508e7397fc029452dd3c3 (patch) | |
| tree | ac72ad1a881a09ceeca7f276b5e621de10a6e664 /style | |
| parent | f958361d0512bff945f55ab74410f41fd10ddb6d (diff) | |
| download | install-af7eab3dfa01a89f856508e7397fc029452dd3c3.tar.gz install-af7eab3dfa01a89f856508e7397fc029452dd3c3.tar.bz2 install-af7eab3dfa01a89f856508e7397fc029452dd3c3.zip | |
more installer design cleanups
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 2573f80..8f44126 100644 --- a/style/install.css +++ b/style/install.css @@ -62,11 +62,11 @@ li.error, li.warning, li.success {list-style:none; padding:4px; margin: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;} -input[type="submit"] {padding:5px 10px; font-weight:bold;} +.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;} +input {padding:5px 10px; font-weight:bold;} dl {padding:0; margin:0.5em 0; line-height:1.3em;} dt {padding:0; margin:0; width:30%; text-align:right; font-weight:bold;} |
