Fix issues caused by use of PostgreSQL keyword 'user' in SquirrelMail's default prefe...
[squirrelmail.git] / css / print.css
index 3a6acd39a0fe693a8d82c5960ec53a737680d376..06d235f3f39f6268f525d0eb1853d5f30fd87077 100644 (file)
@@ -1,7 +1,10 @@
 /* printer friendly style, currently only targeted at read_body */
 
-#page_header, .readMenuBar, .spacer, form, #listcommands, .field_Options { display: none; }
-
-
+/* Drop any irrelevant stuff that's normally on the read_body page */
+#page_header, .readMenuBar, .spacer, form, #printMessageBox,
+    #listcommands, .field_Options, .attachActions { display: none; }
 
+/* Display attachment list a bit better */
+.header5 { font-size: larger; }
+.readAttachments td, .fieldName { padding-right: 1em; }