Aleksander Machniak
2014-10-18 517b6cff1fea871e0fbb13a5e0b16f40961cad78
skins/classic/print.css
@@ -8,7 +8,7 @@
  margin: 2mm;
}
body, td, th, span, div, p
body, td, th, div, p
{
  font-size: 9pt;
  color: #000000;
@@ -82,6 +82,7 @@
#messagebody
{
  position: relative;
  margin-top: 5mm;
  border-top: none;
}
@@ -99,17 +100,12 @@
  color: #0000CC;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
{
  margin: 0;
  padding: 0;
  font-family: monospace;
  white-space: -moz-pre-wrap !important;
  white-space: pre-wrap !important;
  white-space: pre;
  word-wrap: break-word; /* IE (and Safari) */
  font-size: 12px;
}
div.message-part blockquote
@@ -118,8 +114,8 @@
  border-left: 2px solid blue;
  border-right: 2px solid blue;
  background-color: #F6F6F6;
  margin: 2px 0px;
  padding: 1px 8px 1px 10px;
  margin: 2px 0;
  padding: 0 0.4em;
}
div.message-part blockquote blockquote
@@ -135,3 +131,31 @@
  border-left: 2px solid #bb0000;
  border-right: 2px solid #bb0000;
}
p.image-attachment
{
  position: relative;
  padding: 1em;
  border-top: 1px solid #ccc;
}
p.image-attachment a.image-link
{
  float: left;
  display: block;
  margin-right: 2em;
  min-width: 160px;
  min-height: 60px;
  text-align: center;
}
p.image-attachment .image-filename
{
  display: block;
  line-height: 1.6em;
}
p.image-attachment .attachment-links
{
  display: none;
}