From b0689bd500ccc347b6ecda63cd39269696e5a157 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 21 Jun 2011 03:56:40 -0400 Subject: [PATCH] - Set css class name on directory list row according to readonly flag and 'class' data provided by plugins --- skins/default/print.css | 43 ++++++++++++++++++++++++++++++++++--------- 1 files changed, 34 insertions(+), 9 deletions(-) diff --git a/skins/default/print.css b/skins/default/print.css index 70ebab3..76c3e0c 100644 --- a/skins/default/print.css +++ b/skins/default/print.css @@ -1,4 +1,4 @@ -/***** RoundCube|Mail message print styles *****/ +/***** Roundcube|Mail message print styles *****/ body { @@ -27,18 +27,14 @@ #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 @@ -103,10 +99,39 @@ 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; - font-size: 9pt; + word-wrap: break-word; /* IE (and Safari) */ +} + +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; +} + +div.message-part blockquote blockquote +{ + 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; } -- Gitblit v1.9.1