summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-09-12 16:48:23 +0000
committeralecpl <alec@alec.pl>2008-09-12 16:48:23 +0000
commit6cd00992a2c7de38e0ff7df152fba8ea89012dce (patch)
tree699eb407f8d52876a89d64a7c7659ab8aa8af153 /skins
parent85a9130647fff8ffafbd35117705f3ec7ec98ce0 (diff)
- Fixed quota img height/width setting from template (#1484857)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/templates/mail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index 3d2068d91..935a7af23 100644
--- a/skins/default/templates/mail.html
+++ b/skins/default/templates/mail.html
@@ -109,7 +109,7 @@ body_keypress: function(evt, p)
<roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />&nbsp;
<roundcube:button command="select-none" label="none" classAct="active" /> &nbsp;&nbsp;&nbsp;
<roundcube:if condition="env:quota" />
-<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="120" id="quotadisplay" />
+<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" />
<roundcube:endif />
</div>