diff options
author | thomascube <thomas@roundcube.net> | 2009-05-28 21:01:11 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-28 21:01:11 +0000 |
commit | 0b9dcdd605cc033d1ffc02e2f164dd2467afa5bd (patch) | |
tree | b86b635039e1e758ed0ce45123baa7f9a148d18c | |
parent | d7e3ae6711ae70708bc9b70d580df4fb814ad6ea (diff) |
Improve subscriptions table appearance
-rw-r--r-- | skins/default/settings.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/skins/default/settings.css b/skins/default/settings.css index e7c6cb5a7..0171c30a9 100644 --- a/skins/default/settings.css +++ b/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 { |