diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-21 22:53:37 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-21 22:53:37 +0000 |
| commit | ad5fb8f33aaeb92f27e4d4b29d91a6f8e739f6cf (patch) | |
| tree | 9520d70683fe6d3d8383d6bfa685b92ed8d5c60b /roundcubemail/skins/default/mail.css | |
| parent | cc059e8b715516af0dba8b9aa19639b16a021899 (diff) | |
More CSS fixing for IE 7; removed unnecessary garbage
git-svn-id: https://svn.roundcube.net/trunk@492 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 2666f9a5e..4e9c0d7b5 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -467,7 +467,7 @@ body.messagelist #messagelist tr td.date { - width: 110px; + width: 118px; vertical-align: middle; } @@ -561,9 +561,6 @@ 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; } |
