From 1cded85790206afe084e1baff371c543711b2b18 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 03 Dec 2005 11:54:12 -0500
Subject: [PATCH] Re-design of caching (new database table added\!); some bugfixes; Postgres support

---
 skins/default/mail.css |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index f429407..9d507fe 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -75,9 +75,10 @@
   position: absolute;
   top: 60px;
   right: 40px;
-  width: 200px;
+  width: 220px;
   height: 20px;
   text-align: right;
+  white-space: nowrap;
 }
 
 #messagecountbar span
@@ -330,6 +331,26 @@
 #messagelist thead tr td.sortedDESC
 {
   background-image: url(images/listheader_dark.gif); 
+}
+
+#messagelist thead tr td.sortedASC a
+{
+  background: url(images/sort_asc.gif) top right no-repeat;
+}
+
+#messagelist thead tr td.sortedDESC a
+{
+  background: url(images/sort_desc.gif) top right no-repeat;
+}
+
+#messagelist thead tr td a,
+#messagelist thead tr td a:hover
+{
+  display: block;
+  width: auto !important;
+  width: 100%;
+  color: #333333;
+  text-decoration: none;
 }
 
 #messagelist tbody tr td
@@ -645,9 +666,10 @@
 #compose-body
 {
   margin-top: 10px;
+  margin-bottom: 5px;
   width: 99% !important;
   width: 95%;
-  height: 95%;
+  height: 90%;
   min-height: 300px;
   font-size: 9pt;
   font-family: "Courier New", Courier, monospace;
@@ -701,5 +723,4 @@
 {
   margin-top: 8px;
 }
-
 

--
Gitblit v1.9.1