diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-21 18:49:23 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-21 18:49:23 +0000 |
| commit | cc059e8b715516af0dba8b9aa19639b16a021899 (patch) | |
| tree | a7a36036491d1c096872d5375dffdcedd6e6f4a3 /roundcubemail/skins/default/mail.css | |
| parent | 82e8e4cbc21e7990cb3f8a38695bc539736d3fb2 (diff) | |
Fixed CSS bugs (#1484210 and #1484161) and quoting issue (#1484253)
git-svn-id: https://svn.roundcube.net/trunk@491 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 479fb6138..2666f9a5e 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; |
