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 +++++---
skins/default/mail.css | 6 ++++++
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/skins/default/mail.css b/skins/default/mail.css
index aa35b69..50b1111 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -120,6 +120,12 @@
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 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" />
<roundcube:button command="select-all" prop="unread" label="unread" classAct="active" />
<roundcube:button command="select-none" label="none" classAct="active" />
-<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