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 | |
| 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
| -rwxr-xr-x | roundcubemail/skins/default/common.css | 6 | ||||
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 178b267b1..2e7c169e4 100755 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -73,6 +73,12 @@ input, textarea border: 1px solid #666666; } +input[type="checkbox"] +{ + border: 0; + padding: 0; +} + input.button { height: 20px; 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; } |
