Place save button below the scrollable prefs box
| | |
| | | position: absolute; |
| | | top: 95px; |
| | | left: 20px; |
| | | bottom: 30px; |
| | | width: 600px; |
| | | bottom: 60px; |
| | | width: 640px; |
| | | overflow: auto; |
| | | border: 1px solid #999999; |
| | | /* css hack for IE */ |
| | | height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); |
| | | } |
| | | |
| | | #userprefs-box table td.title |
| | |
| | | |
| | | <div style="padding:15px"> |
| | | <roundcube:object name="userprefs"> |
| | | </div> |
| | | </div> |
| | | |
| | | <p><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p> |
| | | </div> |
| | | </div> |
| | | <p id="listbuttons"><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p> |
| | | |
| | | <roundcube:include file="/includes/settingscripts.html" /> |
| | | |