alecpl
2009-04-09 72a8c32e1ad57d9472e2f57ad06d754f04ee8ed6
skins/default/settings.css
@@ -6,12 +6,12 @@
  position: absolute;
  top: 50px;
  left: 220px;
  right: 60px;
  right: 20px;
  height: 22px;
  border-bottom: 1px solid #999999;
  white-space: nowrap;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-280)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
}
span.tablink,
@@ -49,14 +49,39 @@
  position: absolute;
  top: 95px;
  left: 20px;
  width: 600px;
  border: 1px solid #999999;
  bottom: 60px;
  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 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,
@@ -65,15 +90,17 @@
  position: absolute;
  top: 95px;
  left: 20px;
  overflow: auto;
}
#folder-manager
{
  width: 540px;
  width: 600px;
  bottom: 140px;
  overflow: auto;
  border: 1px solid #999999;
  height: expression((parseInt(document.documentElement.clientHeight)-215)+'px');
  /* css hack for IE */
  height: expression((parseInt(document.documentElement.clientHeight)-235)+'px');
}
#folder-manager.droptarget
@@ -82,91 +109,57 @@
  background-color: #FFFFA6;
}
#identities-table
#identities-list
{
  width: 600px;
  bottom: 60px;
  width: 420px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  /* css hack for IE */
  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');
}
#identities-table tbody td
{
  cursor: pointer;
}
#identity-frame
{
  position: relative;
  margin-top: 20px;
  border: 1px solid #999999;
}
#identity-details
{
  margin-top: 30px;
  width: 500px;
  border: 1px solid #999999;
}
#identity-details table td.title
{
  color: #666666;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
#bottomboxes
#listbuttons
{
  position: absolute;
  width: 540px;
  height: 120px;
  left: 20px;
  bottom: 20px;
  bottom: 18px;
}
#userprefs-title,
#identity-title,
div.boxtitle,
#subscription-table thead td
#identities-table
{
  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: 540px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #999999;
}
div.settingspart
{
  display: block;
  padding: 10px;
  width: 420px;
  table-layout: fixed;
  background-color: #F9F9F9;
}
#subscription-table
{
  width: 100%;
  /* css hack for IE */
  width: expression('auto');
}
#subscription-table tbody td
#subscription-table tbody td,
#identities-table tbody td
{
  padding-left: 6px;
  padding-right: 10px;
  white-space: nowrap;
  border-bottom: 1px solid #EBEBEB;
  background-color: #F9F9F9;
  cursor: pointer;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
}
#identities-table thead td.name
{
  width: 55%;
}
#identities-table thead td.email
{
  width: 45%;
}
#subscription-table tr.virtual td
{
  color: #666;
}
#subscription-table tr.selected td,
@@ -184,28 +177,107 @@
#subscription-table thead td.name
{
  width: 240px;
  width: 250px;
}
#subscription-table thead td.msgcount
{
  width: 70px;
  width: 90px;
}
#subscription-table thead td.subscribed
{
  width: 60px;
  width: 90px;
}
#subscription-table tbody td.msgcount,
#subscription-table tbody td.subscribed
#identity-frame
{
  padding-left: 18px;
  position: relative;
  margin-top: 20px;
  border: 1px solid #999999;
}
#subscription-table thead td.rename,
#subscription-table thead td.delete
#identity-details
{
  width: 20px;
  text-align: center;
  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: 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;
}
fieldset
{
  margin-bottom: 0.5em;
  border: 1px solid #999999;
  padding: 4px 8px 9px 8px;
}
legend
{
  color: #999999;
}
div.advswitch
{
  white-space: nowrap;
  text-align: right;
  position: absolute;
  bottom: 35px;
  right: 20px;
  width: 460px;
}