From 3d122f054cfb12752df43bb95af48d8405b9f370 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 29 Jun 2012 05:44:47 -0400
Subject: [PATCH] CSS improvements in mail screen: - don't display full-circle image for quota below 100% (but close to, e.g.97%) - unified selects style/height, - improvements in search box and messagelist footer

---
 skins/larry/mail.css |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index ff389fa..b67c92d 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -67,7 +67,7 @@
 
 #messagelistcontainer {
 	top: 0;
-	bottom: 32px;
+	bottom: 28px;
 	overflow: auto;
 }
 
@@ -76,8 +76,8 @@
 	bottom: 0;
 	left: 0;
 	right: 0;
-	height: 26px;
-	padding: 2px;
+	height: 22px;
+	padding: 2px 4px;
 }
 
 #messagelistfooter.rightalign {
@@ -92,6 +92,7 @@
 #messagelistfooter #listselectors {
 	display: inline-block;
 	margin-right: 2em;
+	vertical-align: middle;
 }
 
 a.iconbutton.listmode {
@@ -302,6 +303,12 @@
 
 #searchfilter {
 	width: 16em;
+    top: 8px;
+	position: absolute;
+}
+
+#searchfilter select {
+	height: 24px;
 }
 
 #mailview-left select.mailboxlist {
@@ -331,7 +338,7 @@
 	display: block;
 	position: absolute;
 	top: 4px;
-	right: 2px;
+	right: 0;
 	width: 20px;
 	height: 18px;
 	background: url(images/buttons.png) -3px -458px no-repeat;

--
Gitblit v1.9.1