| | |
| | | /* CSS hacks for IE versions 5,6 */ |
| | | |
| | | #taskbar |
| | | { |
| | | background: url(images/taskbar.gif) top right no-repeat; |
| | | } |
| | | |
| | | img |
| | | { |
| | | behavior: url('skins/default/pngbehavior.htc'); |
| | | behavior: url(skins/default/pngbehavior.htc); |
| | | } |
| | | |
| | | #header img |
| | | { |
| | | width: 178px; |
| | | height: 47px; |
| | | } |
| | | |
| | | #message div.notice, |
| | |
| | | #message div.confirmation, |
| | | #remote-objects-message |
| | | { |
| | | background-image: url('images/display/icons.gif'); |
| | | background-image: url(images/display/icons.gif); |
| | | } |
| | | |
| | | ul.toolbarmenu li |
| | | #messagemenu li a, |
| | | #messagelist tr td div.expanded, |
| | | #messagelist tr td div.collapsed |
| | | { |
| | | width: auto; |
| | | border: 1px solid #f6f6f6; |
| | | } |
| | | |
| | | #messagemenu li a |
| | | { |
| | | background-image: url('images/messageactions.gif'); |
| | | background-image: url(images/messageactions.gif); |
| | | } |
| | | |
| | | #mailboxlist li |
| | | { |
| | | background-image: url('images/icons/folders.gif'); |
| | | background-image: url(images/icons/folders.gif); |
| | | } |
| | | |
| | | #attachment-list |
| | | { |
| | | height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px'); |
| | | } |
| | | |
| | | #messagetoolbar a |
| | | { |
| | | display: block; |
| | | float: left; |
| | | padding-right: 10px; |
| | | } |
| | | |
| | | #messagetoolbar a.button, |
| | | #messagetoolbar a.buttonPas { |
| | | background-image: url('images/mail_toolbar.gif'); |
| | | background-image: url(images/mail_toolbar.gif); |
| | | } |
| | | |
| | | #abooktoolbar a.button, |
| | | #abooktoolbar a.buttonPas, |
| | | #abooktoolbar span.separator { |
| | | background-image: url('images/abook_toolbar.gif'); |
| | | background-image: url(images/abook_toolbar.gif); |
| | | } |
| | | |
| | | ul.toolbarmenu li a |
| | | { |
| | | clear: left; |
| | | } |
| | | |
| | | ul.toolbarmenu li.separator_below |
| | | { |
| | | padding-bottom: 8px; |
| | | } |