From: cajus Date: Tue, 19 Jan 2010 07:53:08 +0000 (+0000) Subject: Included printer css. Closes #824 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a403a32c71c1993c59c29a5ced040c6be1d18259;p=gosa.git Included printer css. Closes #824 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15187 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/default/printer.css b/gosa-core/html/themes/default/printer.css new file mode 100644 index 000000000..1d7ff8492 --- /dev/null +++ b/gosa-core/html/themes/default/printer.css @@ -0,0 +1,33 @@ + +/** + * Disable header and menu block, for printers. + */ + +td#menucell { + display: none; +} + +div.plugtop { + display: none; +} + +p.plugbottom { + display: none; +} + +table.framework { + width: 100%; +} + +div.setup_header { + display: none; +} + +div.setup_menu { + display: none; +} + +div.setup_bottom { + display: none; +} + diff --git a/gosa-core/ihtml/themes/default/headers.tpl b/gosa-core/ihtml/themes/default/headers.tpl index 736bc9461..9ef03bdf2 100644 --- a/gosa-core/ihtml/themes/default/headers.tpl +++ b/gosa-core/ihtml/themes/default/headers.tpl @@ -17,6 +17,8 @@ + +