[Koha-patches] [PATCH] Removing some unused stuff from print stylesheet, hiding Koha logo from print view.

Owen Leonard oleonard at myacpl.org
Tue Oct 28 01:31:25 CET 2008


---
 koha-tmpl/intranet-tmpl/prog/en/css/print.css |   29 +++---------------------
 1 files 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 9009efd..c4f9c12 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;
-- 
1.5.5.GIT




More information about the Koha-patches mailing list