print.css 401 B

12345678910
  1. /* printer friendly style, currently only targeted at read_body */
  2. /* Drop any irrelevant stuff that's normally on the read_body page */
  3. #page_header, .readMenuBar, .spacer, form, #printMessageBox,
  4. #listcommands, .field_Options, .attachActions { display: none; }
  5. /* Display attachment list a bit better */
  6. .header5 { font-size: larger; }
  7. .readAttachments td, .fieldName { padding-right: 1em; }