egroupware/phpgwapi/templates/idots/print.css
Ralf Becker f1d7915da6 new print.css file, which disables navbar &
sidebox on printing under idots
2006-01-06 04:53:44 +00:00

16 lines
318 B
CSS

/*
The styles in this file are used for printing only!
Additional UI Elements can be disabled for printing by adding their Id here or adding the noPrint class to them.
*/
/* $Id$ */
#divLogo,#divAppIconBar,#tdSidebox,#divStatusBar,.noPrint {
display:none;
}
#divMain {
border:none;
margin:0px;
padding:0px;
}