diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-22 15:24:39 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-22 15:24:39 +0000 |
| commit | a5d1e6f6ff83ac74fdebe355ff223dccd367a738 (patch) | |
| tree | af6cb04940000e60d3aad889c5354b7e6a18d807 /roundcubemail/skins/default/common.css | |
| parent | a3a8725e7dd22c3dec00138ea22e54e4e4804ed4 (diff) | |
List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753)
git-svn-id: https://svn.roundcube.net/trunk@4121 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 53e07e12d..2c365141b 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -843,6 +843,18 @@ span.tablink-selected a background-position: right -23px; } +fieldset +{ + margin-bottom: 1em; + border: 1px solid #999999; + padding: 4px 8px 9px 8px; +} + +legend +{ + color: #999999; +} + fieldset.tabbed { margin-top: 22px; |
