thomascube
2008-09-18 5d480c14c7c3f7390cdce6cfe2b814a93130a866
Place save button below the scrollable prefs box

2 files modified
14 ■■■■ changed files
skins/default/settings.css 8 ●●●● patch | view | raw | blame | history
skins/default/templates/settings.html 6 ●●●● patch | view | raw | blame | history
skins/default/settings.css
@@ -49,12 +49,12 @@
  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
skins/default/templates/settings.html
@@ -16,10 +16,10 @@
<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" />