summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-04-21 14:10:41 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-04-21 14:10:41 +0000
commitaaac2c7494fcbca55c06637a0bac717e965724b2 (patch)
tree6f9620b118b2e0664d6279b46deddec151854ad3 /style
parent0c673250c757ed4432e7a6e7caaa529b885acce3 (diff)
downloadinstall-aaac2c7494fcbca55c06637a0bac717e965724b2.tar.gz
install-aaac2c7494fcbca55c06637a0bac717e965724b2.tar.bz2
install-aaac2c7494fcbca55c06637a0bac717e965724b2.zip
extend installer that we can have installer extensions for external packages. fix some minor stuff and clean up templates a bit.
Diffstat (limited to 'style')
-rw-r--r--style/install.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style/install.css b/style/install.css
index 24c788e..17167d5 100644
--- a/style/install.css
+++ b/style/install.css
@@ -19,9 +19,10 @@ body {background:#124 url( images/bg.gif ) repeat; font-family:verdana, ari
table {border-collapse:collapse; padding:0; margin:0; width:100%;}
caption {font-weight:bold; padding:5px 0 0 0;}
th {text-align:left; padding:3px 5px; background:#2c4268; border-bottom:2px solid #fff; color:#fff;}
+th a {color:#ff0;}
td {padding:2px 3px; vertical-align:top;}
hr {border:1px solid #000;}
-p {margin:0; padding:1em;}
+p {margin:0.5em; padding:0.5em;}
/* titles */
h1 {font-size:160%; font-variant:small-caps;}
@@ -57,6 +58,8 @@ textarea {width:100%;}
.formfeedback {}
.formfeedback div {padding:4px; border-bottom:1px dotted #aaa;}
+.odd {background:#eee;}
+
.dialog-error,
.error {background:#fdd;}
.dialog-warning,