alecpl
2010-07-26 d5d968048601fa1d519f7cfee11f23918afc186c
skins/default/settings.css
@@ -19,12 +19,14 @@
  width: 100px;
  height: 24px !important;
  height: 22px;
  background: url('images/tab_pas.gif') top left no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(images/tabs.gif) top left no-repeat;
}
span.tablink-selected
{
  background: url('images/tab_act.gif') top left no-repeat;
  background-position: -102px 0;
}
span.tablink a,
@@ -40,36 +42,7 @@
span.tablink-selected a
{
  color: #000000;
}
#userprefs-box
{
  position: absolute;
  top: 95px;
  left: 20px;
  bottom: 60px;
  right: 20px;
  overflow: auto;
  border: 1px solid #999999;
}
#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;
  cursor: default;
}
#rcmfd_timezone
@@ -77,19 +50,13 @@
  width: 300px;
}
#identities-list,
#folder-manager
{
  position: absolute;
  top: 95px;
  left: 20px;
  overflow: auto;
}
#folder-manager
{
  width: 600px;
  bottom: 140px;
  top: 0;
  left: 0;
  bottom: 105px;
  overflow: auto;
  border: 1px solid #999999;
}
@@ -98,13 +65,6 @@
{
  border: 1px solid #CC3333;
  background-color: #FFFFA6;
}
#identities-list
{
  bottom: 60px;
  width: 420px;
  border: 1px solid #999999;
}
#listbuttons
@@ -116,9 +76,8 @@
#identities-table
{
  width: 420px;
  width: 100%;
  table-layout: fixed;
  background-color: #F9F9F9;
}
#subscription-table
@@ -132,21 +91,19 @@
}
#subscription-table tbody td,
#identities-table tbody td
#identities-table tbody td,
#sections-table tbody td
{
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#identities-table thead td.name
#subscription-table tbody td
{
  width: 55%;
}
#identities-table thead td.email
{
  width: 45%;
  height: 22px !important;
  height: 18px;
}
#subscription-table tr.virtual td
@@ -169,17 +126,22 @@
#subscription-table thead td.name
{
  width: 360px;
  width: 95%;
}
#subscription-table thead td.msgcount
#subscription-table thead td.msgcount,
#subscription-table thead td.subscribed,
#subscription-table thead td.threaded
{
  width: 90px;
  white-space: nowrap;
  min-width: 50px;
}
#subscription-table thead td.subscribed
#subscription-table tbody td.subscribed,
#subscription-table tbody td.rename,
#subscription-table tbody td.delete
{
  width: 90px;
  padding: 1px 4px;
}
#subscription-table thead td.rename,
@@ -191,7 +153,7 @@
#subscription-table td.name input
{
  font: inherit;
  width: 240px;
  width: 90%;
}
#identity-frame
@@ -204,20 +166,18 @@
#identity-details
{
  position: absolute;
  top: 95px;
  left: 450px;
  right: 20px;
  bottom: 60px;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #999999;
  overflow: auto;
  background-color: #F2F2F2;
}
#identity-details table td.title
{
  color: #666666;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
input.disabled
@@ -229,39 +189,12 @@
{
  position: absolute;
  width: 600px;
  height: 120px;
  left: 20px;
  bottom: 20px;
  height: 95px;
  left: 0;
  bottom: 0;
}
#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
fieldset
{
  margin-bottom: 0.5em;
  border: 1px solid #999999;
@@ -273,12 +206,57 @@
  color: #999999;
}
div.advswitch
#identities-list,
#sectionslist
{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  overflow: hidden;
}
#sections-table
{
  width: 100%;
  table-layout: fixed;
}
#prefs-box
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #999999;
  overflow: hidden;
}
body.iframe,
#prefs-frame
{
  background-color: #F2F2F2;
  border: none;
}
#formfooter
{
  width: 100%;
}
#formfooter .footerleft
{
  padding-left: 15px;
  white-space: nowrap;
  float: left;
}
#formfooter .footerright
{
  padding-right: 15px;
  white-space: nowrap;
  text-align: right;
  position: absolute;
  bottom: 35px;
  right: 20px;
  width: 460px;
  float: right;
}