mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
29 lines
487 B
CSS
29 lines
487 B
CSS
|
/**
|
||
|
* Stylite: jdots template: CSS for printing
|
||
|
*
|
||
|
* @link http://www.stylite.de
|
||
|
* @package jdots
|
||
|
* @author Andreas Stöckel <as@stylite.de>
|
||
|
* @author Ralf Becker <rb@stylite.de>
|
||
|
* @author Nathan Gray <ng@stylite.de>
|
||
|
* @version $Id$
|
||
|
*/
|
||
|
|
||
|
@import url("../phpgwapi/templates/idots/print.css");
|
||
|
|
||
|
/**
|
||
|
* Changes for jDots
|
||
|
*/
|
||
|
|
||
|
#egw_fw_sidebar, #egw_fw_topmenu, .egw_fw_ui_tabs_header {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#egw_fw_main {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.egw_fw_ui_tab_content iframe {
|
||
|
height: auto;
|
||
|
}
|