thomascube
2008-11-28 ba1c48f2bdb1d8946b5553b687ca4807c3014ae8
Spread settings box over the whole width of the windows + make fieldsets float

2 files modified
16 ■■■■ changed files
skins/default/settings.css 13 ●●●● patch | view | raw | blame | history
skins/default/templates/settings.html 3 ●●●● patch | view | raw | blame | history
skins/default/settings.css
@@ -50,17 +50,26 @@
  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
@@ -271,6 +280,6 @@
  text-align: right;
  position: absolute;
  bottom: 35px;
  left: 200px;
  right: 20px;
  width: 460px;
}
skins/default/templates/settings.html
@@ -15,8 +15,9 @@
<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>