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 | |
parent | 95d90f86d9c5482b531092776181943c9bf57642 (diff) |
Add some horizontal space to separate the different control links and quota display
-rw-r--r-- | skins/default/mail.css | 6 | ||||
-rw-r--r-- | skins/default/templates/mail.html | 4 |
2 files changed, 9 insertions, 1 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; diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 10c17f0ae..43ff43bb3 100644 --- a/skins/default/templates/mail.html +++ b/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"> |