From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 05 Feb 2016 07:25:27 -0500 Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports --- skins/larry/print.css | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/skins/larry/print.css b/skins/larry/print.css index 4b67bcc..bb2722a 100644 --- a/skins/larry/print.css +++ b/skins/larry/print.css @@ -41,24 +41,22 @@ table.headers-table tr td { font-size: 9pt; + vertical-align: top; } table.headers-table td.header-title { color: #666; - font-size: 85%; padding-right: 4mm; white-space: nowrap; } table.headers-table tr td.subject { - width: 90%; font-weight: bold; - font-size: 120%; } - + #attachment-list { - margin-top: 3mm; - padding-top: 3mm; + margin-top: 2mm; + padding-top: 2mm; border-top: 1pt solid #ccc; } @@ -76,13 +74,13 @@ #messagebody { position: relative; - margin-top: 5mm; border-top: none; } -div.message-part { - padding: 2mm; - margin-top: 5mm; +div.message-part, +div.message-htmlpart { + padding: 2mm 1mm; + margin-top: 2mm; margin-bottom: 5mm; border-top: 1pt solid #ccc; } -- Gitblit v1.9.1