From 5fce6138ea90ae332bdbac195d7733553e9d0978 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 1 Feb 2010 11:06:54 +0000 Subject: [PATCH] Updated printer css git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15538 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/printer.css | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) 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; } - -- 2.30.2