From cdb9556c4235e6f8f0d644b8725385250ad427c1 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 05 Jan 2012 18:04:15 -0500
Subject: [PATCH] Reducing paddings in lists to save some vertical space

---
 skins/larry/images/listicons.png |    0 
 skins/larry/styles.css           |    6 +++---
 skins/larry/mail.css             |    8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png
index 0a3fede..86dba41 100644
--- a/skins/larry/images/listicons.png
+++ b/skins/larry/images/listicons.png
Binary files differ
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 1b83112..d76c94b 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -204,7 +204,7 @@
 #mailboxlist li.mailbox div.collapsed,
 #mailboxlist li.mailbox div.expanded {
 	position: absolute;
-	top: 14px;
+	top: 13px;
 	left: 20px;
 	width: 14px;
 	height: 14px;
@@ -219,12 +219,12 @@
 #mailboxlist li.mailbox ul li div.collapsed,
 #mailboxlist li.mailbox ul li div.expanded {
 	left: 45px;
-	top: 15px;
+	top: 14px;
 }
 
 #mailboxlist li.mailbox .unreadcount {
 	position: absolute;
-	top: 4px;
+	top: 3px;
 	right: 6px;
 	min-width: 1.8em;
 	padding: 2px 4px;
@@ -308,7 +308,7 @@
 #messagelist tr td.flag,
 #messagelist tr td.priority {
 	width: 20px;
-	padding: 3px;
+	padding: 2px 3px;
 }
 
 .chrome #messagelist tr td.attachment,
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index edb3077..0af131b 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -727,7 +727,7 @@
 	text-shadow: 0px 1px 1px #fff;
 	text-decoration: none;
 	cursor: default;
-	padding: 7px 8px 2px 8px;
+	padding: 6px 8px 2px 8px;
 	height: 17px; /* doesn't affect table-cells in FF */
 	white-space: nowrap;
 }
@@ -937,13 +937,13 @@
 .records-table thead td a,
 .records-table thead td span {
 	display: block;
-	padding: 8px 7px;
+	padding: 7px 7px;
 	color: #69939e;
 	text-decoration: none;
 }
 
 .records-table tbody td {
-	padding: 3px 7px;
+	padding: 2px 7px;
 	border-bottom: 1px solid #ddd;
 	border-left: 1px dotted #bbd3da;
 	white-space: nowrap;

--
Gitblit v1.9.1