From 7902df457d3401c83f78a6ddd48df1a7f07f68b1 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 20 Oct 2005 18:20:26 -0400
Subject: [PATCH] Fixed SSL support; improved Courier compatibility; some visual enhancements and bugfixes

---
 skins/default/mail.css |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 5ebad53..3925c4e 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -4,7 +4,7 @@
 #messagetoolbar
 {
   position: absolute;
-  top: 20px;
+  top: 45px;
   left: 200px;
   right: 250px;
   height: 35px;
@@ -44,7 +44,7 @@
 {
   position: absolute;
   left: 200px;
-  bottom: 60px;
+  bottom: 20px;
   height: 16px;
   width: 400px;
 }
@@ -73,8 +73,8 @@
 #messagecountbar
 {
   position: absolute;
-  top: 35px;
-  right: 60px;
+  top: 60px;
+  right: 40px;
   width: 250px;
   height: 20px;
   text-align: right;
@@ -98,10 +98,10 @@
 #mailcontframe
 {
   position: absolute;
-  top: 60px;
+  top: 85px;
   left: 200px;
   right: 40px;
-  bottom: 80px;
+  bottom: 40px;
   border: 1px solid #999999;
   background-color: #F9F9F9;
   overflow: auto;
@@ -160,7 +160,7 @@
 #mailboxlist-header
 {
   position: absolute;
-  top: 80px;
+  top: 85px;
   left: 20px;
   width: 140px !important;
 /*  width: 162px; */
@@ -177,10 +177,10 @@
 #mailboxlist-container
 {
   position: absolute;
-  top: 100px;
+  top: 105px;
   left: 20px;
   width: 160px;
-  bottom: 80px;
+  bottom: 40px;
   border: 1px solid #CCCCCC;
   background-color: #F9F9F9;
   overflow: auto;
@@ -403,11 +403,11 @@
 #messageframe
 {
   position: absolute;
-  top: 70px;
+  top: 85px;
   left: 200px;
   right: 40px;
   /* css hack for IE */
-  margin-bottom: 50px;
+  margin-bottom: 10px;
   width: expression(document.body.clientWidth-240);
 }
 
@@ -476,7 +476,7 @@
 {
   min-height: 300px;
   margin-top: 10px;
-  margin-bottom: 50px;
+  margin-bottom: 10px;
   background-color: #FFFFFF;
   border: 1px solid #cccccc;
   border-top: none;
@@ -535,10 +535,10 @@
 #compose-container
 {
   position: absolute;
-  top: 70px;
+  top: 90px;
   left: 200px;
   right: 40px;
-  bottom: 60px;
+  bottom: 20px;
   padding: 0px;
   margin: 0px;
   /* css hack for IE */

--
Gitblit v1.9.1