diff options
author | alecpl <alec@alec.pl> | 2009-10-24 19:09:23 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-10-24 19:09:23 +0000 |
commit | 7415c02ecfe21eff80074605b93fd3354475e7b3 (patch) | |
tree | 5934330a3c1bc0ad38d88592ef856531e6ecbe91 /skins/default/templates | |
parent | 1d7e4d314dcdaa1aa5353f6d520ba448b5808f8f (diff) |
- Fix quota indicator issues by content generation on client-size
instead of bin/quotaimage.php: better performance, better styling posibilities (#1486197, #1486220)
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index ed19ff9a0..db2f4fe16 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -84,7 +84,7 @@ <roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " /> <roundcube:container name="listcontrols" id="listcontrols" /> <roundcube:if condition="env:quota" /> - <span style="margin-left: 20px"><roundcube:label name="quota" />:</span> + <span style="margin-left: 20px; margin-right: 5px"><roundcube:label name="quota" />:</span> <roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" /> <roundcube:endif /> </div> |