Thomas Bruederli
2013-01-14 2080feca9367c057590835df12f5ebe6da8c1e9c
skins/classic/mail.css
@@ -13,6 +13,12 @@
/*  border: 1px solid #cccccc; */
}
.extwin #messagetoolbar
{
  top: 5px;
  left: 20px;
}
#messagetoolbar a,
#messagetoolbar select
{
@@ -299,7 +305,6 @@
  bottom: 0px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  overflow: hidden;
}
#messagecontframe
@@ -359,7 +364,6 @@
  bottom: 0;
  border: 1px solid #999;
  background-color: #F9F9F9;
  overflow: hidden;
}
#mailboxlist
@@ -910,6 +914,7 @@
  padding: 0 2px;
}
#messagelist tr td.fromto,
#messagelist tr td.from,
#messagelist tr td.to,
#messagelist tr td.cc,
@@ -1040,6 +1045,11 @@
  z-index: 1;
}
.extwin #messageframe
{
   left: 0;
}
div.messageheaderbox
{
  margin: -14px 8px 0px 8px;
@@ -1058,6 +1068,17 @@
  width: auto;
  margin: 6px 8px;
  background-color: #F4F4F4;
}
#messagebody table.headers-table
{
  margin: 16px 6px 6px 6px;
}
div.message-partheaders + div.message-part
{
  border-top: 0;
  padding-top: 4px;
}
table.headers-table tr td
@@ -1244,7 +1265,66 @@
  color: #333333;
}
#messageviewlink
#messagebody fieldset.image-attachment {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 1em 0 1em;
}
#messagebody fieldset.image-attachment p > img
{
  max-width: 80%;
}
#messagebody legend.image-filename
{
  color: #999;
  font-size: 0.9em;
}
#messagebody p.image-attachment
{
  margin: 0 1em;
  padding: 1em;
  border-top: 1px solid #ccc;
}
#messagebody p.image-attachment a.image-link
{
  float: left;
  margin-right: 2em;
  min-width: 160px;
  min-height: 60px;
  text-align: center;
}
#messagebody p.image-attachment .image-filename
{
  display: block;
  font-weight: bold;
  line-height: 1.6em;
}
#messagebody p.image-attachment .image-filesize
{
  font-size: 11px;
  padding-right: 1em;
}
#messagebody p.image-attachment .attachment-links a
{
  margin-right: 0.6em;
  color: #cc0000;
  font-size: 11px;
  text-decoration: none;
}
#messagebody p.image-attachment .attachment-links a:hover
{
  text-decoration: underline;
}
#openextwinlink
{
  position: absolute;
  top: 8px;
@@ -1254,6 +1334,12 @@
  border: 0;
}
#compose-headers #openextwinlink
{
   top: 4px;
   right: 2px;
}
#full-headers
{
  color: #666666;