svncommit
2009-05-12 f22c2cefb4c7f8b1a995d5de6f706d49861c473c
skins/default/settings.css
@@ -6,12 +6,12 @@
  position: absolute;
  top: 50px;
  left: 220px;
  right: 40px;
  right: 20px;
  height: 22px;
  border-bottom: 1px solid #999999;
  white-space: nowrap;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
}
span.tablink,
@@ -49,18 +49,39 @@
  position: absolute;
  top: 95px;
  left: 20px;
  bottom: 30px;
  width: 600px;
  bottom: 60px;
  right: 20px;
  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');
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
}
#userprefs-box table td.title
{
  color: #666666;
  padding-right: 10px;
  white-space: nowrap;
}
#userprefs-box table tr.advanced
{
  display: none;
}
.userprefs-block
{
  float: left;
  margin-right: 14px;
  min-width: 520px;
  /* css hack for IE */
  width: expression(Math.min(520, parseInt(document.documentElement.clientWidth))+'px');
}
#rcmfd_timezone
{
  width: 300px;
}
#identities-list,
@@ -69,6 +90,7 @@
  position: absolute;
  top: 95px;
  left: 20px;
  overflow: auto;
}
#folder-manager
@@ -92,6 +114,8 @@
  bottom: 60px;
  width: 420px;
  border: 1px solid #999999;
  /* css hack for IE */
  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');
}
#listbuttons
@@ -108,6 +132,19 @@
  background-color: #F9F9F9;
}
#subscription-table
{
  width: 100%;
  /* css hack for IE */
  width: expression('auto');
}
#subscription-table input
{
  font: inherit;
}
#subscription-table tbody td,
#identities-table tbody td
{
  cursor: default;
@@ -123,88 +160,6 @@
#identities-table thead td.email
{
  width: 45%;
}
#identity-frame
{
  position: relative;
  margin-top: 20px;
  border: 1px solid #999999;
}
#identity-details
{
  position: absolute;
  top: 95px;
  left: 450px;
  right: 40px;
  bottom: 60px;
  border: 1px solid #999999;
  overflow: auto;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-490)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-160)+'px');
}
#identity-details table td.title
{
  color: #666666;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
#bottomboxes
{
  position: absolute;
  width: 600px;
  height: 120px;
  left: 20px;
  bottom: 20px;
}
#userprefs-title,
#identity-title,
div.boxtitle,
#subscription-table thead td
{
  height: 12px !important;
  padding: 4px 20px 3px 6px;
  border-bottom: 1px solid #999999;
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  background-color: #EBEBEB;
  background-image: url(images/listheader_aqua.gif);
}
div.settingsbox
{
  width: 600px;
  margin-top: 20px;
  border: 1px solid #999999;
}
div.settingspart
{
  display: block;
  padding: 10px;
}
#subscription-table
{
  width: 100%;
}
#subscription-table tbody td
{
  height: 20px;
  padding-left: 6px;
  padding-right: 10px;
  white-space: nowrap;
  border-bottom: 1px solid #EBEBEB;
  background-color: #F9F9F9;
  cursor: pointer;
}
#subscription-table tr.virtual td
@@ -227,7 +182,7 @@
#subscription-table thead td.name
{
  width: 250px;
  width: 360px;
}
#subscription-table thead td.msgcount
@@ -240,6 +195,88 @@
  width: 90px;
}
#subscription-table thead td.rename,
#subscription-table thead td.delete
{
  width: 30px;
}
#subscription-table td.name input
{
  font: inherit;
  width: 240px;
}
#identity-frame
{
  position: relative;
  margin-top: 20px;
  border: 1px solid #999999;
}
#identity-details
{
  position: absolute;
  top: 95px;
  left: 450px;
  right: 20px;
  bottom: 60px;
  border: 1px solid #999999;
  overflow: auto;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-470)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');
}
#identity-details table td.title
{
  color: #666666;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
input.disabled
{
  color: #999999;
}
#bottomboxes
{
  position: absolute;
  width: 600px;
  height: 120px;
  left: 20px;
  bottom: 20px;
}
#userprefs-title,
#identity-title,
div.boxtitle
{
  height: 12px !important;
  padding: 2px 10px 5px 10px;
  border-bottom: 1px solid #999999;
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  background-color: #EBEBEB;
  background-image: url(images/listheader_aqua.gif);
}
div.settingsbox
{
  width: 600px;
  margin-top: 20px;
  border: 1px solid #999999;
}
div.settingspart
{
  display: block;
  padding: 10px;
}
fieldset 
{
  margin-bottom: 0.5em;
@@ -251,3 +288,13 @@
{
  color: #999999;
}
div.advswitch
{
  white-space: nowrap;
  text-align: right;
  position: absolute;
  bottom: 35px;
  right: 20px;
  width: 460px;
}