From c5042d468e605a7ec9bb6883ba721c8fd222b4ec Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 25 Feb 2008 23:03:54 +0000 Subject: More installer stuff --- installer/styles.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'installer/styles.css') diff --git a/installer/styles.css b/installer/styles.css index 4045f9db1..de4a9ca4d 100644 --- a/installer/styles.css +++ b/installer/styles.css @@ -104,7 +104,7 @@ body, td, th, div, p { } fieldset { - margin-bottom: 2em; + margin-bottom: 1.5em; border: 1px solid #aaa; background-color: #f9f9f9; } @@ -163,6 +163,27 @@ h4 { margin-bottom: 0.2em; } +a.blocktoggle { + color: #666; + text-decoration: none; +} + +a.addlink { + color: #999; + font-size: 0.9em; + padding: 1px 0 1px 20px; + background: url('images/add.png') top left no-repeat; + text-decoration: none; +} + +a.removelink { + color: #999; + font-size: 0.9em; + padding: 1px 0 1px 24px; + background: url('images/delete.png') 4px 0 no-repeat; + text-decoration: none; +} + .hint { color: #666; font-size: 0.95em; -- cgit v1.2.3