mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 05:01:12 +01:00
f1d7915da6
sidebox on printing under idots
16 lines
318 B
CSS
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;
|
|
} |