diff options
author | thomascube <thomas@roundcube.net> | 2007-02-21 22:53:37 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-02-21 22:53:37 +0000 |
commit | f1a16f1c47913c5ae4145d2e7967347bf0adee19 (patch) | |
tree | 7d7616cbea127504a8f0ebf75c258af9b6222653 /skins | |
parent | e6a406d0bb5958d6380741ad91f1a72f2ecdba44 (diff) |
More CSS fixing for IE 7; removed unnecessary garbage
Diffstat (limited to 'skins')
-rwxr-xr-x | skins/default/common.css | 6 | ||||
-rw-r--r-- | skins/default/mail.css | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 178b267b1..2e7c169e4 100755 --- a/skins/default/common.css +++ b/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/skins/default/mail.css b/skins/default/mail.css index 2666f9a5e..4e9c0d7b5 100644 --- a/skins/default/mail.css +++ b/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; } |