- added scroller in user preferences
| | |
| | | position: absolute; |
| | | top: 95px; |
| | | left: 20px; |
| | | bottom: 30px; |
| | | width: 600px; |
| | | overflow: auto; |
| | | border: 1px solid #999999; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | } |
| | | |
| | | #userprefs-box table td.title |
| | |
| | | bottom: 140px; |
| | | overflow: auto; |
| | | border: 1px solid #999999; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-235)+'px'); |
| | | } |
| | | |
| | |
| | | { |
| | | width: 600px; |
| | | margin-top: 20px; |
| | | margin-bottom: 20px; |
| | | border: 1px solid #999999; |
| | | } |
| | | |
| | |
| | | { |
| | | color: #999999; |
| | | } |
| | | |