summaryrefslogtreecommitdiff
path: root/skins/default/mail.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-02-21 18:49:23 +0000
committerthomascube <thomas@roundcube.net>2007-02-21 18:49:23 +0000
commite6a406d0bb5958d6380741ad91f1a72f2ecdba44 (patch)
treee44e50c48301490d31d60f1aa221b0bfbcec26db /skins/default/mail.css
parentbb76bc64659c1cda3940e098c8d932f7a3b0664c (diff)
Fixed CSS bugs (#1484210 and #1484161) and quoting issue (#1484253)
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r--skins/default/mail.css4
1 files changed, 4 insertions, 0 deletions
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;