Spread settings box over the whole width of the windows + make fieldsets float
| | |
| | | top: 95px; |
| | | left: 20px; |
| | | bottom: 60px; |
| | | width: 640px; |
| | | 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 fieldset |
| | | { |
| | | float: left; |
| | | margin-right: 14px; |
| | | width: 520px; |
| | | } |
| | | |
| | | #userprefs-box table td.title |
| | | { |
| | | color: #666666; |
| | | padding-right: 10px; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | #userprefs-box table tr.advanced |
| | |
| | | text-align: right; |
| | | position: absolute; |
| | | bottom: 35px; |
| | | left: 200px; |
| | | right: 20px; |
| | | width: 460px; |
| | | } |
| | |
| | | <div id="userprefs-box"> |
| | | <div id="userprefs-title"><roundcube:label name="userpreferences" /></div> |
| | | |
| | | <div style="padding:15px"> |
| | | <div style="padding:15px 0 15px 15px"> |
| | | <roundcube:object name="userprefs"> |
| | | <div style="clear:left"></div> |
| | | </div> |
| | | </div> |
| | | |