diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-26 20:39:54 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-26 20:39:54 +0000 |
| commit | 85e904f52b5f73b533b7e51bfb4e883e551f08f9 (patch) | |
| tree | 559f3331900705f872c6c30ac7ab0667b0c0d85e /roundcubemail/skins/default/mail.css | |
| parent | 5038c057b65cf0c3e263bcf06e5999b6ab4589c8 (diff) | |
Add some horizontal space to separate the different control links and quota display
git-svn-id: https://svn.roundcube.net/trunk@2014 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index aa35b6927..50b111186 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -120,6 +120,12 @@ td.formlinks a:visited text-decoration: underline; } +#listcontrols, +#mailboxcontrols +{ + padding-right: 2em; +} + #messagecountbar { position: absolute; |
