
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.
10 lines
401 B
CSS
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; }
|
|
|