diff options
author | thomascube <thomas@roundcube.net> | 2008-02-25 23:03:54 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-25 23:03:54 +0000 |
commit | c5042d468e605a7ec9bb6883ba721c8fd222b4ec (patch) | |
tree | 739a31c581dfa6f274b93b0d5582242cddc3582c /installer/styles.css | |
parent | e8a89e8f4c32e19e46479f527c5392d18b84c62f (diff) |
More installer stuff
Diffstat (limited to 'installer/styles.css')
-rw-r--r-- | installer/styles.css | 23 |
1 files changed, 22 insertions, 1 deletions
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; |