Place save button below the scrollable prefs box

release-0.6
thomascube 16 years ago
parent ae579cee86
commit 5d480c14c7

@ -49,12 +49,12 @@ span.tablink-selected a
position: absolute;
top: 95px;
left: 20px;
bottom: 30px;
width: 600px;
bottom: 60px;
width: 640px;
overflow: auto;
border: 1px solid #999999;
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

@ -16,11 +16,11 @@
<div style="padding:15px">
<roundcube:object name="userprefs">
<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" />
</body>

Loading…
Cancel
Save