| | |
| | | /* 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); |
| | | } |
| | | |
| | | #logo |
| | | { |
| | | 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); |
| | | } |
| | | |
| | | #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 |
| | |
| | | padding-right: 10px; |
| | | } |
| | | |
| | | .boxfooter a.button, |
| | | .boxfooter a.buttonPas |
| | | { |
| | | background-image: url(images/icons/groupactions.gif); |
| | | } |
| | | |
| | | .pagenav |
| | | { |
| | | width: 250px; |
| | | } |
| | | |
| | | .pagenav a.button, |
| | | .pagenav a.buttonPas |
| | | { |
| | | background-image: url(images/pagenav.gif); |
| | | } |
| | | |
| | | #listcontrols a.button, |
| | | #listcontrols a.buttonPas { |
| | | background-image: url(images/mail_footer.gif); |
| | | } |
| | | |
| | | #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 |
| | | ul.toolbarmenu li a, |
| | | .popupmenu li a |
| | | { |
| | | clear: left; |
| | | height: expression(Math.min(14, parseInt(document.documentElement.clientHeight))+'px'); |
| | | width: expression(Math.min(130, parseInt(document.documentElement.clientWidth))+'px'); |
| | | } |
| | | |
| | | ul.toolbarmenu li.separator_below |
| | | { |
| | | padding-bottom: 3px; |
| | | } |
| | | |
| | | .boxfooter |
| | | { |
| | | width: 100%; |
| | | bottom: -1px; |
| | | } |
| | | |
| | | .boxtitle, |
| | | #directorylist li a |
| | | { |
| | | width: auto; |
| | | border: 1px solid #f6f6f6; |
| | | } |
| | | |
| | | ul.toolbarmenu li a |
| | | #directorylist li |
| | | { |
| | | float: none; |
| | | padding: ; |
| | | } |
| | | background-image: url(images/icons/folders.gif); |
| | | } |
| | | |
| | | .boxlistcontent |
| | | { |
| | | top: 21px; |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-24-parseInt(this.style.top?this.style.top:21))+'px'); |
| | | } |
| | | |
| | | #compose-div .boxlistcontent |
| | | { |
| | | height: expression((parseInt(this.parentNode.offsetHeight)-23-parseInt(this.style.top?this.style.top:21))+'px'); |
| | | } |
| | | |
| | | #folder-manager |
| | | { |
| | | height: expression((parseInt(document.documentElement.clientHeight)-105)+'px'); |
| | | } |
| | | |
| | | #messagelist tr td div.collapsed, |
| | | #messagelist tr td div.expanded, |
| | | #messagelist tr td.threads div.listmenu, |
| | | #messagelist tr td.attachment span.attachment, |
| | | #messagelist tr td.attachment span.report, |
| | | #messagelist tr td.priority span.priority, |
| | | #messagelist tr td.priority span.prio1, |
| | | #messagelist tr td.priority span.prio2, |
| | | #messagelist tr td.priority span.prio3, |
| | | #messagelist tr td.priority span.prio4, |
| | | #messagelist tr td.priority span.prio5, |
| | | #messagelist tr td.flag span.flagged, |
| | | #messagelist tr td.flag span.unflagged:hover, |
| | | #messagelist tr td.status span.status, |
| | | #messagelist tr td.status span.msgicon, |
| | | #messagelist tr td.status span.deleted, |
| | | #messagelist tr td.status span.unread, |
| | | #messagelist tr td.status span.unreadchildren, |
| | | #messagelist tr td.subject span.msgicon, |
| | | #messagelist tr td.subject span.deleted, |
| | | #messagelist tr td.subject span.unread, |
| | | #messagelist tr td.subject span.replied, |
| | | #messagelist tr td.subject span.forwarded, |
| | | #messagelist tr td.subject span.unreadchildren |
| | | { |
| | | background-image: url(images/messageicons.gif); |
| | | } |
| | | |
| | | #messagelist tr td div.collapsed, |
| | | #messagelist tr td div.expanded { |
| | | background-color: #fff; |
| | | } |
| | | |
| | | body.iframe .boxtitle |
| | | { |
| | | position: absolute; |
| | | } |
| | | |
| | | #subscription-table |
| | | { |
| | | width: auto; |
| | | } |
| | | |
| | | #sourcename |
| | | { |
| | | zoom: 1; |
| | | } |