From: stevetruckstuff Date: Wed, 18 Oct 2006 18:42:39 +0000 (+0000) Subject: CSS for printer-friendly templates X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=f843d9f878872e2104a15863a2f5fe775ae88e47;hp=be7a2943b374d951bf8d3f9b17220dde9eaa3295;ds=sidebyside CSS for printer-friendly templates git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11924 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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; +} + +