squirrelmail/css/print.css
Thijs Kinkhorst 3bcfa15f47 Implement printer friendly through CSS also for non-javascript. This
will bring up a new window with read_body loaded with a message box
telling the user to print it. Also tweak the print stylesheet a bit.
2008-05-09 16:38:01 +00:00

10 lines
401 B
CSS

/* printer friendly style, currently only targeted at read_body */
/* 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; }