More CSS fixing for IE 7; removed unnecessary garbage
| | |
| | | border: 1px solid #666666; |
| | | } |
| | | |
| | | input[type="checkbox"] |
| | | { |
| | | border: 0; |
| | | padding: 0; |
| | | } |
| | | |
| | | input.button |
| | | { |
| | | height: 20px; |
| | |
| | | |
| | | #messagelist tr td.date |
| | | { |
| | | width: 110px; |
| | | width: 118px; |
| | | vertical-align: middle; |
| | | } |
| | | |
| | |
| | | |
| | | |
| | | /*\*/ |
| | | 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; } |