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/mail.css | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) 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