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 | |
| 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
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 6 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/mail.html | 4 |
2 files changed, 9 insertions, 1 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; diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index 10c17f0ae..43ff43bb3 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/skins/default/templates/mail.html @@ -89,10 +89,12 @@ <roundcube:button command="select-all" label="all" classAct="active" /> <roundcube:button command="select-all" prop="unread" label="unread" classAct="active" /> <roundcube:button command="select-none" label="none" classAct="active" /> +</span> <roundcube:if condition="env:quota" /> +<span id="quotabox"> <roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" /> -<roundcube:endif /> </span> +<roundcube:endif /> </td> <td width="1%"> <span id="countcontrols"> |
