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/common.css | |
parent | 02491a9789d97fc321a3027847fd4ced42447cc6 (diff) |
Bring back the title for the column with subscription checkboxes; complete german translations
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index ae649ba5d..622fba949 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -249,6 +249,11 @@ img background: url(images/listheader.gif) top left repeat-x #CCC; } +.boxtitle .rightalign +{ + float: right; +} + .boxcontent { padding: 15px 10px 10px 10px; |