summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-12 16:48:23 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-12 16:48:23 +0000
commitd2857fa5443a904a49075a9d5df3cd50c20e4ad2 (patch)
tree64749cf1050c15ac3836c1d11e06df52443bb3e5 /roundcubemail/skins/default
parent8aafb85c8c07c67dd1ba3cfb7002456e12a522a0 (diff)
- Fixed quota img height/width setting from template (#1484857)
git-svn-id: https://svn.roundcube.net/trunk@1776 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
-rw-r--r--roundcubemail/skins/default/templates/mail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html
index 3d2068d91..935a7af23 100644
--- a/roundcubemail/skins/default/templates/mail.html
+++ b/roundcubemail/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>