diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-25 23:03:54 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-25 23:03:54 +0000 |
| commit | b7a00e1ed4d934703d64fd5b8db0a978f8f7f0c5 (patch) | |
| tree | 0a74f44538e7b53b7b1225f6a9139d03ffe3766a /roundcubemail/installer/styles.css | |
| parent | 62baf7e729439381adcca2a24ce8d43d3f9aec33 (diff) | |
More installer stuff
git-svn-id: https://svn.roundcube.net/trunk@1139 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/styles.css')
| -rw-r--r-- | roundcubemail/installer/styles.css | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/roundcubemail/installer/styles.css b/roundcubemail/installer/styles.css index 4045f9db1..de4a9ca4d 100644 --- a/roundcubemail/installer/styles.css +++ b/roundcubemail/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; |
