CSS for printer-friendly templates
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 18 Oct 2006 18:42:39 +0000 (18:42 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 18 Oct 2006 18:42:39 +0000 (18:42 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11924 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/css/default.css

index 5a91bb61c8c2bcaea95b42a5beca917d88a0a631..911f80ba4775c5d5b87242a9bcbce7dfa70425f8 100644 (file)
@@ -163,6 +163,8 @@ td.fieldName {
     width:25%;
     font-weight: bold;
     vertical-align:top;
     width:25%;
     font-weight: bold;
     vertical-align:top;
+    padding-left: 4px;
+    padding-right: 4px;
 }
 
 td.fieldValue {
 }
 
 td.fieldValue {
@@ -992,6 +994,31 @@ div.readInlineImages td.image {
     padding:10px;
 }
 
     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;
+}
+
+