| | |
| | | #messagetoolbar |
| | | { |
| | | position: absolute; |
| | | top: 20px; |
| | | top: 45px; |
| | | left: 200px; |
| | | right: 250px; |
| | | height: 35px; |
| | |
| | | { |
| | | position: absolute; |
| | | left: 200px; |
| | | bottom: 60px; |
| | | bottom: 20px; |
| | | height: 16px; |
| | | width: 400px; |
| | | } |
| | |
| | | #messagecountbar |
| | | { |
| | | position: absolute; |
| | | top: 35px; |
| | | right: 60px; |
| | | top: 60px; |
| | | right: 40px; |
| | | width: 250px; |
| | | height: 20px; |
| | | text-align: right; |
| | |
| | | #mailcontframe |
| | | { |
| | | position: absolute; |
| | | top: 60px; |
| | | top: 85px; |
| | | left: 200px; |
| | | right: 40px; |
| | | bottom: 80px; |
| | | bottom: 40px; |
| | | border: 1px solid #999999; |
| | | background-color: #F9F9F9; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-140)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | |
| | |
| | | #mailboxlist-header |
| | | { |
| | | position: absolute; |
| | | top: 80px; |
| | | top: 85px; |
| | | left: 20px; |
| | | width: 140px !important; |
| | | /* width: 162px; */ |
| | |
| | | font-weight: bold; |
| | | } |
| | | |
| | | #mailboxlist |
| | | #mailboxlist-container |
| | | { |
| | | position: absolute; |
| | | top: 100px; |
| | | top: 105px; |
| | | left: 20px; |
| | | width: 160px; |
| | | bottom: 40px; |
| | | border: 1px solid #CCCCCC; |
| | | background-color: #F9F9F9; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-145)+'px'); |
| | | } |
| | | |
| | | #mailboxlist |
| | | { |
| | | width: 100%; |
| | | height: auto; |
| | | margin: 0px; |
| | | padding: 0px; |
| | | border: 1px solid #CCCCCC; |
| | | background-color: #F9F9F9; |
| | | list-style-image: none; |
| | | list-style-type: none; |
| | | overflow: hidden; |
| | |
| | | |
| | | #mailboxlist li |
| | | { |
| | | height: 18px; |
| | | /* height: 18px; */ |
| | | font-size: 11px; |
| | | background: url(images/icons/folder-closed.png) no-repeat; |
| | | background-position: 10px 1px; |
| | |
| | | #mailboxlist li.selected |
| | | { |
| | | background-color: #929292; |
| | | border-bottom: 1px solid #898989; |
| | | border-bottom: 1px solid #898989; |
| | | } |
| | | |
| | | #mailboxlist li.selected a |
| | | { |
| | | color: #FFF; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | |
| | | /* styles for nested folders */ |
| | | #mailboxlist ul { |
| | | list-style: none; |
| | | padding: 0; |
| | | margin:0; |
| | | border-top: 1px solid #EBEBEB; |
| | | } |
| | | |
| | | #mailboxlist ul li { |
| | | padding-left: 15px; |
| | | background-position: 25px 1px; |
| | | } |
| | | |
| | | #mailboxlist li.selected li { |
| | | background-color: #F9F9F9; |
| | | } |
| | | |
| | | #mailboxlist li.unread li { |
| | | font-weight: normal; |
| | | } |
| | | |
| | | #mailboxlist li.unread li.unread { |
| | | font-weight: bold; |
| | | } |
| | | |
| | | #mailboxlist li.selected li a{ |
| | | color: black; |
| | | font-weight: normal; |
| | | } |
| | | |
| | | |
| | |
| | | background-image: url(images/listheader_aqua.gif); |
| | | font-size: 11px; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | #messagelist thead tr td.sortedASC, |
| | | #messagelist thead tr td.sortedDESC |
| | | { |
| | | background-image: url(images/listheader_dark.gif); |
| | | } |
| | | |
| | | #messagelist tbody tr td |
| | |
| | | #messageframe |
| | | { |
| | | position: absolute; |
| | | top: 70px; |
| | | top: 85px; |
| | | left: 200px; |
| | | right: 40px; |
| | | /* css hack for IE */ |
| | | margin-bottom: 50px; |
| | | margin-bottom: 10px; |
| | | width: expression(document.body.clientWidth-240); |
| | | } |
| | | |
| | |
| | | { |
| | | min-height: 300px; |
| | | margin-top: 10px; |
| | | margin-bottom: 50px; |
| | | margin-bottom: 10px; |
| | | background-color: #FFFFFF; |
| | | border: 1px solid #cccccc; |
| | | border-top: none; |
| | |
| | | #compose-container |
| | | { |
| | | position: absolute; |
| | | top: 70px; |
| | | top: 90px; |
| | | left: 200px; |
| | | right: 40px; |
| | | bottom: 60px; |
| | | bottom: 20px; |
| | | padding: 0px; |
| | | margin: 0px; |
| | | /* css hack for IE */ |