From f1a16f1c47913c5ae4145d2e7967347bf0adee19 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 21 Feb 2007 17:53:37 -0500
Subject: [PATCH] More CSS fixing for IE 7; removed unnecessary garbage

---
 skins/default/common.css |    6 ++++++
 skins/default/mail.css   |    5 +----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/skins/default/common.css b/skins/default/common.css
index 178b267..2e7c169 100755
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -73,6 +73,12 @@
   border: 1px solid #666666;
 }
 
+input[type="checkbox"]
+{
+  border: 0;
+  padding: 0;
+}
+
 input.button
 {
   height: 20px;
diff --git a/skins/default/mail.css b/skins/default/mail.css
index 2666f9a..4e9c0d7 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -467,7 +467,7 @@
 
 #messagelist tr td.date
 {
-  width: 110px;
+  width: 118px;
   vertical-align: middle;
 }
 
@@ -561,9 +561,6 @@
 
 
 /*\*/
-html>body*#quicksearchbar { background-image: none; }
-html>body*#quicksearchbar a { top: 5px; }
-html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
 html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) { background-image: none; }
 html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) a { top: 5px; }
 html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }

--
Gitblit v1.9.1