alecpl
2008-08-24 20d7d9d49661ae8b4e9b359414b2658694e5a20b
skins/default/mail.css
@@ -359,7 +359,7 @@
{
  position: absolute;
  left: 20px;
  width: 170px;
  width: 185px;
  bottom: 20px;
  height: 16px;
  overflow: hidden;
@@ -456,7 +456,8 @@
  vertical-align: middle;
}
#messagelist tr td.icon
#messagelist tr td.icon,
#messagelist tr td.flag
{
  width: 16px;
  vertical-align: middle;
@@ -677,7 +678,8 @@
  border-top: 0;
}
div.message-part a
div.message-part a,
div.message-htmlpart a
{
  color: #0000CC;
}
@@ -686,9 +688,10 @@
{
  margin: 0px;
  padding: 0px;
  font-family: monospace;
  white-space: -moz-pre-wrap !important;
  white-space: pre;
  font-family: monospace;
  word-wrap: break-word; /* IE (and Safari) */
}
div.message-part blockquote
@@ -728,10 +731,9 @@
#remote-objects-message
{
  display: none;
  height: 20px;
  margin: 8px;
  min-height: 20px;
  margin: 8px 8px 0px 8px;
  padding: 10px 10px 6px 46px;
  padding: 10px 10px 6px 46px;
}
#remote-objects-message a
@@ -748,10 +750,16 @@
/** message compose styles */
#compose-toolbar
{
  white-space: nowrap;
}
#priority-selector,
#receipt-selector
{
  padding-left: 30px;
  white-space: nowrap;
}
#compose-container