X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=skins%2Fdefault%2Fprint.css;h=afdf6741800bcde45a14df61991cfa2a801e366a;hb=76507f7c63a660742e76889ad6e3919f3dde3bb0;hp=441a5de91574eafa7f50d48df960cbaa7812b812;hpb=162c8d010934c01433e8125382fb493712575198;p=roundcube.git diff --git a/skins/default/print.css b/skins/default/print.css index 441a5de..afdf674 100644 --- a/skins/default/print.css +++ b/skins/default/print.css @@ -1,15 +1,15 @@ -/***** RoundCube|Mail message print styles *****/ +/***** Roundcube|Mail message print styles *****/ body { + font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff; color: #000000; margin: 2mm; } -body, td, th, span, div, p, h3 +body, td, th, span, div, p { - font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; } @@ -27,18 +27,14 @@ a, a:active, a:visited #header { - margin-left: 5mm; - margin-bottom: 3mm; -} - -#messageframe -{ - position: relative; + float: right; + margin: 0 5mm 3mm 5mm; } table.headers-table { table-layout: fixed; + margin-top: 14px; } table.headers-table tr td @@ -110,7 +106,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; @@ -119,24 +114,24 @@ div.message-part div.pre div.message-part blockquote { - color: blue; - border-left: 2px solid blue; - border-right: 2px solid blue; - background-color: #F6F6F6; - margin: 0.5em 0em 0.5em 0em; - padding: 0.25em 1em 0.25em 1em; + color: blue; + border-left: 2px solid blue; + border-right: 2px solid blue; + background-color: #F6F6F6; + margin: 0.5em 0em 0.5em 0em; + padding: 0.25em 1em 0.25em 1em; } div.message-part blockquote blockquote { - color: green; - border-left: 2px solid green; - border-right: 2px solid green; + 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; + color: #990000; + border-left: 2px solid #bb0000; + border-right: 2px solid #bb0000; }