diff options
author | thomascube <thomas@roundcube.net> | 2008-10-26 20:39:54 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-10-26 20:39:54 +0000 |
commit | 3af5bb78406a746e1901a541f04ac8400e8cc079 (patch) | |
tree | 8841f58d4ee68fb8ca81e89eec1eb0fd1b68b22d /skins/default/mail.css | |
parent | 95d90f86d9c5482b531092776181943c9bf57642 (diff) |
Add some horizontal space to separate the different control links and quota display
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index aa35b6927..50b111186 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -120,6 +120,12 @@ td.formlinks a:visited text-decoration: underline; } +#listcontrols, +#mailboxcontrols +{ + padding-right: 2em; +} + #messagecountbar { position: absolute; |