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/mail.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 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;

--
Gitblit v1.9.1