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; position: absolute;
top: 95px; top: 95px;
left: 20px; left: 20px;
bottom: 30px; bottom: 60px;
width: 600px; width: 640px;
overflow: auto; overflow: auto;
border: 1px solid #999999; border: 1px solid #999999;
/* css hack for IE */ /* 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 #userprefs-box table td.title

@ -16,11 +16,11 @@
<div style="padding:15px"> <div style="padding:15px">
<roundcube:object name="userprefs"> <roundcube:object name="userprefs">
<p><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p>
</div> </div>
</div> </div>
<p id="listbuttons"><roundcube:button command="save" type="input" class="button mainaction" label="save" /></p>
<roundcube:include file="/includes/settingscripts.html" /> <roundcube:include file="/includes/settingscripts.html" />
</body> </body>

Loading…
Cancel
Save