alecpl
2008-09-29 bf2f39ea6d2b49c7495a43cca19ab18f27f8292e
skins/default/settings.css
@@ -49,18 +49,23 @@
  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
{
  color: #666666;
  padding-right: 10px;
}
#userprefs-box table tr.advanced
{
  display: none;
}
#identities-list,
@@ -253,3 +258,13 @@
{
  color: #999999;
}
div.advswitch
{
  white-space: nowrap;
  text-align: right;
  position: absolute;
  bottom: 35px;
  left: 20px;
  width: 640px;
}