Fix print button and its styling in jdot and pixelegg template

This commit is contained in:
Hadi Nategh 2014-03-10 12:04:59 +00:00
parent 8cd4fefe34
commit 287fe22e74

22
pixelegg/print.css Normal file
View 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 */