thomascube
2006-05-18 cead5c727147faac362e742aa7bcecf07f68cd99
skins/default/mail.css
@@ -27,7 +27,7 @@
#messagetoolbar select.mboxlist
{
  position: absolute;
  left: 335px;
  left: 375px;
  top: 10px;
}
@@ -47,7 +47,7 @@
  left: 200px;
  bottom: 20px;
  height: 16px;
  width: 400px;
  width: 500px;
  font-size: 11px;
}
@@ -82,7 +82,7 @@
#messagecountbar
{
  position: absolute;
  top: 60px;
  bottom: 16px;
  right: 40px;
  width: 300px;
  height: 20px;
@@ -446,6 +446,12 @@
  background-color: #CC3333;
}
#messagelist tr.focused td
{
  border-bottom: thin dotted;
  border-top: thin dotted;
}
#messagelist tr.selected td a.rcmContactAddress
{
  color: #FFFFFF;
@@ -457,6 +463,65 @@
  color: #CCCCCC;
}
#quicksearchbar
{
  position: absolute;
  top: 60px;
  right: 40px;
  width: 182px;
  height: 20px;
  text-align: right;
  background: url('images/searchfield.gif') top left no-repeat;
}
#quicksearchbar a
{
  position: absolute;
  top: 3px;
  right: 4px;
  text-decoration: none;
}
#quicksearchbar img
{
  vertical-align: middle;
}
#quicksearchbox
{
  position: absolute;
  top: 2px;
  left: 20px;
  width: 140px;
  font-size: 11px;
  padding: 0px;
  border: none;
}
/*\*/
html>body*#quicksearchbar { background-image: none; }
html>body*#quicksearchbar a { top: 5px; }
html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
/**/
#rcversion
{
  position: absolute;
  top: 67px;
  left: 20px;
  width: 160px;
  text-align: center;
  font-weight: normal;
  font-size: x-small;
  font-variant: small-caps;
  color: #999999;
  /*border: 1px solid #308014;
  background-color: #b4eeb4;*/
}
/** message view styles */
@@ -592,7 +657,14 @@
#priority-selector
{
  position: absolute;
  left: 200px;
  left: 180px;
  top: 10px;
}
#receipt-selector
{
  position: absolute;
  left: 350px;
  top: 10px;
}
@@ -692,7 +764,7 @@
#compose-body
{
  margin-top: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 99% !important;
  width: 95%;