thomascube
2006-09-01 3ea0e3202a73eb7efcbf0b825582a6d3504658aa
skins/default/mail.css
@@ -225,6 +225,11 @@
  background-image: url(images/icons/folder-inbox.png);
}
#mailboxlist li.drafts
{
  background-image: url(images/icons/folder-drafts.png);
}
#mailboxlist li.sent
{
  background-image: url(images/icons/folder-sent.png);
@@ -271,6 +276,10 @@
  font-weight: bold;
}
#mailboxlist li.droptarget
{
  background-color: #FFFFA6;
}
/* styles for nested folders */
#mailboxlist ul {
@@ -392,33 +401,39 @@
{
  display: table-column;
  text-align: left;
  vertical-align: middle;
}
#messagelist tr td.icon
{
  width: 16px;
  vertical-align: middle;
}
#messagelist tr td.subject
{
  overflow: hidden;
  vertical-align: middle;
}
#messagelist tr td.size
{
  width: 60px;
  text-align: right;
  vertical-align: middle;
}
#messagelist tr td.from,
#messagelist tr td.to
{
  width: 180px;
  vertical-align: middle;
}
#messagelist tr td.date
{
  width: 110px;
  vertical-align: middle;
}
#messagelist tr.message
@@ -446,9 +461,32 @@
  background-color: #CC3333;
}
#messagelist tr.focused td
{
  border-bottom: thin dotted;
  border-top: thin dotted;
}
#messagelist tr.unfocused td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #929292;
}
#messagelist tr.selected td a.rcmContactAddress
{
  color: #FFFFFF;
}
#messagelist tr.unfocused td a.rcmContactAddress
{
  color: #FFFFFF;
}
#messagelist tr.deleted td a.rcmContactAddress
{
  color: #CCCCCC;
}
#messagelist tr.deleted td,
@@ -462,15 +500,18 @@
  position: absolute;
  top: 60px;
  right: 40px;
  width: 200px;
  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;
  padding-left: 5px;
}
#quicksearchbar img
@@ -480,8 +521,50 @@
#quicksearchbox
{
  width: 150px;
  border: 1px solid #999999;
  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;*/
}
#quotadisplay
{
  color: #666666;
  font-size: 11px;
}
#quotadisplay img
{
  vertical-align: middle;
  padding-left: 4px;
}
@@ -533,7 +616,7 @@
  width: 95%;
  font-weight: bold;
}
#attachment-list
{
  margin: 0px;
@@ -541,9 +624,7 @@
  height: 18px;
  list-style-image: none;
  list-style-type: none;
  background-color: #DFDFDF;
  background: url(images/icons/attachment.png) no-repeat #DFDFDF;
  background-position: 52px 1px;
  background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; 
  border-bottom: 1px solid #FFFFFF;
}
@@ -586,12 +667,37 @@
  color: #0000CC;
}
div.message-part pre
div.message-part div.pre
{
  margin: 0px;
  padding: 0px;
  white-space: pre;
  font-family: monospace;
}
div.message-part blockquote
{
  color: blue;
  border-left: 2px solid blue;
  border-right: 2px solid blue;
  background-color: #F6F6F6;
  margin: 2px 0px 2px 0px;
  padding: 1px 8px 1px 10px;
}
div.message-part blockquote blockquote
{
  color: green;
  border-left: 2px solid green;
  border-right: 2px solid green;
}
div.message-part blockquote blockquote blockquote
{
  color: #990000;
  border-left: 2px solid #bb0000;
  border-right: 2px solid #bb0000;
}
#remote-objects-message
{
@@ -619,7 +725,14 @@
#priority-selector
{
  position: absolute;
  left: 200px;
  left: 280px;
  top: 10px;
}
#receipt-selector
{
  position: absolute;
  left: 450px;
  top: 10px;
}
@@ -719,12 +832,11 @@
#compose-body
{
  margin-top: 10px;
  margin-bottom: 5px;
  width: 99% !important;
  width: 95%;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 99%;
  height: 90%;
  min-height: 300px;
  min-height: 280px;
  font-size: 9pt;
  font-family: "Courier New", Courier, monospace;
}
@@ -751,14 +863,18 @@
{
  height: 18px;
  font-size: 11px;
  padding-left: 26px;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 4px;
  background: url(images/icons/attachment.png) no-repeat;
  background-position: 4px 1px;
  border-bottom: 1px solid #EBEBEB;
  white-space: nowrap;
  overflow: hidden;
}
#attachment-title
{
  background: url(images/icons/attachment.png) top left no-repeat;
  padding: 0px 0px 3px 22px;
}
#attachment-form
@@ -778,8 +894,3 @@
  margin-top: 8px;
}
#rcmquotadisplay
{
  color: #999999;
  font-size: 11px;
}