]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/print.css
Imported Upstream version 0.3
[roundcube.git] / skins / default / print.css
index 441a5de91574eafa7f50d48df960cbaa7812b812..5522a05c9de32d379b8f1c00f9f60e0a3aafdb13 100644 (file)
@@ -27,8 +27,8 @@ a, a:active, a:visited
 
 #header
 {
-  margin-left: 5mm;
-  margin-bottom: 3mm;
+  float: right;
+  margin: 0 5mm 3mm 5mm;
 }
 
 #messageframe
@@ -39,6 +39,7 @@ a, a:active, a:visited
 table.headers-table
 {
   table-layout: fixed;
+  margin-top: 14px;
 }
 
 table.headers-table tr td
@@ -110,7 +111,6 @@ div.message-part div.pre
   margin: 0;
   padding: 0;
   font-family: monospace;
-  white-space: -o-pre-wrap !important;
   white-space: -moz-pre-wrap !important;
   white-space: pre-wrap !important;
   white-space: pre;