diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-28 21:01:11 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-28 21:01:11 +0000 |
| commit | 674696e024bbb7073b6d966440986c3565285235 (patch) | |
| tree | e87eb34b31eba0bdf93d7659e5ef11d61a87ca37 | |
| parent | b1591e9e9eec4abb5d712364f72c64d77e3ecbd2 (diff) | |
Improve subscriptions table appearance
git-svn-id: https://svn.roundcube.net/trunk@2561 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/settings.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css index e7c6cb5a7..0171c30a9 100644 --- a/roundcubemail/skins/default/settings.css +++ b/roundcubemail/skins/default/settings.css @@ -149,6 +149,12 @@ span.tablink-selected a width: 45%; } +#subscription-table tbody td +{ + height: 22px !important; + height: 18px; +} + #subscription-table tr.virtual td { color: #666; @@ -182,6 +188,13 @@ span.tablink-selected a width: 90px; } +#subscription-table tbody td.subscribed, +#subscription-table tbody td.rename, +#subscription-table tbody td.delete +{ + padding: 1px 4px; +} + #subscription-table thead td.rename, #subscription-table thead td.delete { |
