diff options
author | thomascube <thomas@roundcube.net> | 2010-12-17 14:28:38 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-12-17 14:28:38 +0000 |
commit | e624fc6e9d2f070b025f438e6252a84972fa873b (patch) | |
tree | 27834d3bf49a692602717531ca20efefa4343eba /skins/default/settings.css | |
parent | 02491a9789d97fc321a3027847fd4ced42447cc6 (diff) |
Bring back the title for the column with subscription checkboxes; complete german translations
Diffstat (limited to 'skins/default/settings.css')
-rw-r--r-- | skins/default/settings.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/default/settings.css b/skins/default/settings.css index 52e5277be..5624f80e3 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -52,12 +52,13 @@ #subscription-table td.name { - width: 99%; + width: auto; } #subscription-table td.subscribed { - width: 18px; + text-align: right; + padding-right: 12px; } #identity-frame |