From e6a406d0bb5958d6380741ad91f1a72f2ecdba44 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 21 Feb 2007 18:49:23 +0000 Subject: Fixed CSS bugs (#1484210 and #1484161) and quoting issue (#1484253) --- skins/default/common.css | 2 +- skins/default/mail.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/default/common.css b/skins/default/common.css index 86c3a9c03..178b267b1 100755 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -120,7 +120,7 @@ img width: 600px; height: 37px; background: url(images/taskbar.gif) top right no-repeat; - padding: 10px 24px 0px 0px; + padding: 10px 24px 10px 0px; text-align: right; white-space: nowrap; z-index: 2; diff --git a/skins/default/mail.css b/skins/default/mail.css index 479fb6138..2666f9a5e 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -564,6 +564,9 @@ body.messagelist 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; } /**/ @@ -685,6 +688,7 @@ table.headers-table tr td.subject #messagebody { + position:relative; min-height: 300px; padding-top: 10px; padding-bottom: 10px; -- cgit v1.2.3