| | |
| | | height: 22px; |
| | | border-bottom: 1px solid #999999; |
| | | white-space: nowrap; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
| | | } |
| | | |
| | | span.tablink, |
| | |
| | | right: 20px; |
| | | overflow: auto; |
| | | border: 1px solid #999999; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); |
| | | width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); |
| | | } |
| | | |
| | | #userprefs-box table td.title |
| | |
| | | float: left; |
| | | margin-right: 14px; |
| | | min-width: 520px; |
| | | /* css hack for IE */ |
| | | width: expression(Math.min(520, parseInt(document.documentElement.clientWidth))+'px'); |
| | | } |
| | | |
| | | #rcmfd_timezone |
| | |
| | | bottom: 140px; |
| | | overflow: auto; |
| | | border: 1px solid #999999; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-235)+'px'); |
| | | } |
| | | |
| | | #folder-manager.droptarget |
| | |
| | | bottom: 60px; |
| | | width: 420px; |
| | | border: 1px solid #999999; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); |
| | | } |
| | | |
| | | #listbuttons |
| | |
| | | #subscription-table |
| | | { |
| | | width: 100%; |
| | | /* css hack for IE */ |
| | | width: expression('auto'); |
| | | } |
| | | |
| | | #subscription-table input |
| | |
| | | bottom: 60px; |
| | | border: 1px solid #999999; |
| | | overflow: auto; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-470)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); |
| | | } |
| | | |
| | | #identity-details table td.title |
| | |
| | | color: #333333; |
| | | font-size: 11px; |
| | | font-weight: bold; |
| | | background-color: #EBEBEB; |
| | | background-image: url(images/listheader_aqua.gif); |
| | | background: url('images/listheader.gif') top left repeat-x #CCC; |
| | | } |
| | | |
| | | div.settingsbox |