thomascube
2007-05-18 006d4392871874365f08265fb091fc41e2870a8e
skins/default/mail.css
@@ -83,7 +83,7 @@
{
  position: absolute;
  bottom: 16px;
  right: 40px;
  right: 30px;
  width: 300px;
  height: 20px;
  text-align: right;
@@ -110,21 +110,57 @@
  position: absolute;
  top: 85px;
  left: 200px;
  right: 40px;
  right: 30px;
  bottom: 40px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  overflow: auto;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
  width: expression((parseInt(document.documentElement.clientWidth)-230)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#mailpreviewframe
{
  position: absolute;
  top: 305px;
  left: 200px;
  right: 30px;
  bottom: 40px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-230)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px');
}
#messagecontframe
{
  width: 100%;
  height: 100%;
  border: 0;
}
/*\*/
html>body*#messagecontframe
{
  [height: 40%;
  height: 40%;
  ]height: 100%;
}
/**/
#messagepartframe
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  background-color: #F9F9F9;
}
@@ -150,20 +186,6 @@
  font-weight: bold;
}
#rcmdraglayer
{
  width: 300px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  opacity: 0.6;
  -moz-opacity: 0.6;
}
/** mailbox list styles */
@@ -172,7 +194,7 @@
  position: absolute;
  top: 85px;
  left: 20px;
  width: 140px !important;
  width: 145px !important;
/*  width: 162px; */
  height: 13px;
  padding: 3px 10px 2px 10px;
@@ -189,7 +211,7 @@
  position: absolute;
  top: 105px;
  left: 20px;
  width: 160px;
  width: 165px;
  bottom: 40px;
  border: 1px solid #CCCCCC;
  background-color: #F9F9F9;
@@ -223,6 +245,11 @@
#mailboxlist li.inbox
{
  background-image: url(images/icons/folder-inbox.png);
}
#mailboxlist li.drafts
{
  background-image: url(images/icons/folder-drafts.png);
}
#mailboxlist li.sent
@@ -271,6 +298,10 @@
  font-weight: bold;
}
#mailboxlist li.droptarget
{
  background-color: #FFFFA6;
}
/* styles for nested folders */
#mailboxlist ul {
@@ -364,8 +395,7 @@
  background: url(images/sort_desc.gif) top right no-repeat;
}
#messagelist thead tr td a,
#messagelist thead tr td a:hover
#messagelist thead tr td a
{
  display: block;
  width: auto !important;
@@ -376,8 +406,7 @@
#messagelist tbody tr td
{
  height: 16px !important;
  height: 20px;
  height: 16px;
  padding: 2px;
  padding-right: 4px;
  font-size: 11px;
@@ -388,37 +417,49 @@
  cursor: pointer;
}
#messagelist tbody tr td a
{
  color: #000;
  text-decoration: none;
}
#messagelist col
{
  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;
  width: 118px;
  vertical-align: middle;
}
#messagelist tr.message
@@ -441,20 +482,29 @@
#messagelist tr.selected td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC3333;
}
#messagelist tr.focused td
{
  border-bottom: thin dotted;
  border-top: thin dotted;
}
#messagelist tr.selected td a.rcmContactAddress
#messagelist tr.unfocused td
{
  color: #FFFFFF;
  background-color: #929292;
}
#messagelist tr.selected td a
{
  color: #FFFFFF;
}
#messagelist tr.unfocused td a
{
  color: #FFFFFF;
}
#messagelist tr.deleted td a
{
  color: #CCCCCC;
}
#messagelist tr.deleted td,
@@ -463,50 +513,20 @@
  color: #CCCCCC;
}
#quicksearchbar
#quotadisplay
{
  position: absolute;
  top: 60px;
  right: 40px;
  width: 200px;
  height: 20px;
  text-align: right;
  color: #666666;
  font-size: 11px;
}
#quicksearchbar a
{
  text-decoration: none;
  padding-left: 5px;
}
#quicksearchbar img
#quotadisplay img
{
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #666666;
}
#quicksearchbox
{
  width: 150px;
  border: 1px solid #999999;
}
#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 */
@@ -516,7 +536,7 @@
  position: absolute;
  top: 85px;
  left: 200px;
  right: 40px;
  right: 30px;
  bottom: 40px;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
@@ -527,12 +547,25 @@
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
div.messageheaderbox
{
  margin: 6px 8px 0px 8px;
  border: 1px solid #ccc;
}
table.headers-table
{
  width: 100%;
  background-color: #EBEBEB;
  table-layout: fixed;
}
#messagebody table.headers-table
{
  width: auto;
  margin: 6px 8px;
  background-color: #F4F4F4;
  border: 1px solid #ccc;
}
table.headers-table tr td
@@ -556,23 +589,31 @@
  width: 95%;
  font-weight: bold;
}
#attachment-list
{
  margin: 0px;
  padding: 0px 0px 0px 68px;
  height: 18px;
  min-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;
  border-bottom: 1px solid #FFFFFF;
  background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF;
  /* css hack for IE */
  height: expression(Math.min(18, parseInt(this.clientHeight))+'px');
}
#attachment-list:after
{
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#attachment-list li
{
/*  display: block; */
  float: left;
  height: 18px;
  font-size: 11px;
@@ -591,6 +632,7 @@
#messagebody
{
  position:relative;
  min-height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
@@ -609,12 +651,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
{
@@ -642,7 +709,14 @@
#priority-selector
{
  position: absolute;
  left: 200px;
  left: 280px;
  top: 10px;
}
#receipt-selector
{
  position: absolute;
  left: 450px;
  top: 10px;
}
@@ -742,12 +816,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;
}
@@ -774,14 +847,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
@@ -801,8 +878,3 @@
  margin-top: 8px;
}
#rcmquotadisplay
{
  color: #999999;
  font-size: 11px;
}