Implement printer friendly through CSS also for non-javascript. This
[squirrelmail.git] / templates / default / css / default.css
index c01045b23621bf5b78c8261a9ea54049cc9052e3..38161ae0e98443ed657411e2125b6847d925ecab 100644 (file)
@@ -1042,6 +1042,11 @@ div.printerFriendly td.attachField {
     text-align: right;
 }
 
+div.printerFriendly td.attachFieldValue {
+    text-align: left;
+    empty-cells: show;
+}
+
 div.printerFriendly td.attachName {
     font-weight: bold;
 }
@@ -1068,7 +1073,6 @@ div.htmlIframe {
 }
 
 div.htmlIframe iframe {
-    height: 250px;
     width:100%;
 }
 
@@ -1096,4 +1100,10 @@ div.viewText td.spacer {
     background-color: #DCDCDC /* __COLOR0__ */;
 }
 
-
+#printMessageBox {
+    background-color: #fffff0;
+    border: 1px solid #f2e93a;
+    margin: 1em;
+    padding: 1em;
+    font-size: x-large;
+}