thomascube
2006-12-01 b19097058c02f203321599bf04a5d7da7c2dafe8
skins/default/settings.css
@@ -4,7 +4,7 @@
#tabsbar
{
  position: absolute;
  top: 42px;
  top: 50px;
  left: 220px;
  right: 60px;
  height: 22px;
@@ -47,9 +47,9 @@
#userprefs-box
{
  position: absolute;
  top: 90px;
  top: 95px;
  left: 20px;
  width: 550px;
  width: 600px;
  border: 1px solid #999999;  
}
@@ -63,13 +63,22 @@
#folder-manager
{
  position: absolute;
  top: 90px;
  top: 95px;
  left: 20px;
}
#folder-manager
{
  width: 500px;
  bottom: 120px;
  overflow: auto;
  border: 1px solid #999999;
  height: expression((parseInt(document.documentElement.clientHeight)-215)+'px');
}
#identities-table
{
  width: 500px;
  width: 600px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
}
@@ -101,6 +110,15 @@
  padding-right: 10px;
}
#bottomboxes
{
  position: absolute;
  width: 500px;
  height: 100px;
  left: 20px;
  bottom: 20px;
}
#userprefs-title,
#identity-title,
div.boxtitle,
@@ -120,6 +138,7 @@
{
  width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #999999;
}
@@ -131,8 +150,8 @@
#subscription-table
{
  width: 500px;
  border: 1px solid #999999;
  width: 100%;
  table-layout: fixed;
}
#subscription-table tbody td
@@ -144,10 +163,12 @@
  background-color: #F9F9F9;
}
/*
#subscription-table tbody td select
#subscription-table td.name
{
  width: 150px;
  width: 280px;
}
*/
#subscription-table td.subscribed
{
  width: 80px;
}