From 9cb231a63ed1db8ae410856cc6f9e90f9f81be5f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 27 Oct 2008 19:31:25 -0500 Subject: [PATCH] Removing some unused stuff from print stylesheet, hiding Koha logo from print view. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/css/print.css | 29 +++---------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/print.css b/koha-tmpl/intranet-tmpl/prog/en/css/print.css index 9009efdfe7..c4f9c12eae 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/print.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/print.css @@ -43,6 +43,10 @@ h1 margin-top : 3px; } +h1#logo { + display: none; +} + h2 { color : #000066; font-size : 20px; @@ -183,14 +187,6 @@ tr.highlight { background-color: #CCCCCC; } -.cancel { - background-color : #993300; - color : #FFFFCC; - font-size : 12px; - font-weight : bold; - padding : 2px; -} - .error { font-weight: bold; } @@ -206,23 +202,6 @@ tr.highlight { display : none; } -.submit { - background-color : #669999; - color : #FFFFCC; - font-size : 12px; - font-weight : bold; - padding : 2px; -} - -#main { - background-color : #FFF; - border-left : 0px solid #CCCC99; - margin-left : 2%; - margin-right : 2%; - margin-top : 1%; - padding : 5px; - position : relative; -} tr.overdue { font-weight : bold; -- 2.39.2