From: cajus Date: Mon, 1 Feb 2010 11:06:54 +0000 (+0000) Subject: Updated printer css X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5fce6138ea90ae332bdbac195d7733553e9d0978;p=gosa.git Updated printer css git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15538 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/default/printer.css b/gosa-core/html/themes/default/printer.css index 1d7ff8492..f54663658 100644 --- a/gosa-core/html/themes/default/printer.css +++ b/gosa-core/html/themes/default/printer.css @@ -1,33 +1,28 @@ - -/** - * Disable header and menu block, for printers. - */ - +/* Disable header and menu block, for printers. */ td#menucell { - display: none; + display:none; } div.plugtop { - display: none; + display:none; } p.plugbottom { - display: none; + display:none; } table.framework { - width: 100%; + width:100%; } div.setup_header { - display: none; + display:none; } div.setup_menu { - display: none; + display:none; } div.setup_bottom { - display: none; + display:none; } -