mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
Fix print button and its styling in jdot and pixelegg template
This commit is contained in:
parent
8cd4fefe34
commit
287fe22e74
22
pixelegg/print.css
Normal file
22
pixelegg/print.css
Normal file
@ -0,0 +1,22 @@
|
||||
/**
|
||||
* Pixelegg 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("../jdots/print.css");*/
|
||||
|
||||
/**
|
||||
* Changes for Pixelegg
|
||||
*/
|
||||
|
||||
@media print {
|
||||
#egw_fw_topmenu_addons, #egw_fw_header {
|
||||
display: none;
|
||||
}
|
||||
} /* @media print */
|
Loading…
Reference in New Issue
Block a user