From f843d9f878872e2104a15863a2f5fe775ae88e47 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Wed, 18 Oct 2006 18:42:39 +0000 Subject: [PATCH 1/1] CSS for printer-friendly templates git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11924 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/css/default.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/templates/default/css/default.css b/templates/default/css/default.css index 5a91bb61..911f80ba 100644 --- a/templates/default/css/default.css +++ b/templates/default/css/default.css @@ -163,6 +163,8 @@ td.fieldName { width:25%; font-weight: bold; vertical-align:top; + padding-left: 4px; + padding-right: 4px; } td.fieldValue { @@ -992,6 +994,31 @@ div.readInlineImages td.image { padding:10px; } +div.printerFriendlyTop table { + width:100%; +} + +div.printerFriendlyTop td { + text-align: right; +} + +div.printerFriendly table.attach { + width: 100%; + margin-top:5px; + margin-bottom:5px; +} + +div.printerFriendly td.attachField { + width: 30%; + font-weight: bold; + text-align: right; +} + +div.printerFriendly td.attachName { + font-weight: bold; +} + + -- 2.25.1