From 3af5bb78406a746e1901a541f04ac8400e8cc079 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 26 Oct 2008 16:39:54 -0400
Subject: [PATCH] Add some horizontal space to separate the different control links and quota display

---
 skins/default/templates/mail.html |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html
index 10c17f0..43ff43b 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" />&nbsp;
 <roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />&nbsp;
 <roundcube:button command="select-none" label="none" classAct="active" /> &nbsp;
-<roundcube:if condition="env:quota" />
-<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" />
-<roundcube:endif />
 </span>
+<roundcube:if condition="env:quota" />
+<span id="quotabox">
+<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="100" id="quotadisplay" />
+</span>
+<roundcube:endif />
 </td>
 <td width="1%">
 <span id="countcontrols">

--
Gitblit v1.9.1