From cead5c727147faac362e742aa7bcecf07f68cd99 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 May 2006 17:24:42 -0400
Subject: [PATCH] Updated CHANGELOG

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

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 3188e65..6d1d221 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -468,15 +468,18 @@
   position: absolute;
   top: 60px;
   right: 40px;
-  width: 200px;
+  width: 182px;
   height: 20px;
   text-align: right;
+  background: url('images/searchfield.gif') top left no-repeat;
 }
 
 #quicksearchbar a
 {
+  position: absolute;
+  top: 3px;
+  right: 4px;
   text-decoration: none;
-  padding-left: 5px;
 }
 
 #quicksearchbar img
@@ -486,9 +489,21 @@
 
 #quicksearchbox
 {
-  width: 150px;
-  border: 1px solid #999999;
+  position: absolute;
+  top: 2px;
+  left: 20px;
+  width: 140px;
+  font-size: 11px;
+  padding: 0px;
+  border: none;
 }
+
+
+/*\*/
+html>body*#quicksearchbar { background-image: none; }
+html>body*#quicksearchbar a { top: 5px; }
+html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
+/**/
 
 
 #rcversion
@@ -642,7 +657,14 @@
 #priority-selector
 {
   position: absolute;
-  left: 200px;
+  left: 180px;
+  top: 10px;
+}
+
+#receipt-selector
+{
+  position: absolute;
+  left: 350px;
   top: 10px;
 }
 
@@ -742,7 +764,7 @@
 
 #compose-body
 {
-  margin-top: 10px;
+  margin-top: 5px;
   margin-bottom: 5px;
   width: 99% !important;
   width: 95%;

--
Gitblit v1.9.1