[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Sep 25 21:46:23 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/25 19:46:23

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/includes: colors.npl.css 
	                                         intranet.css 

Log message:
	Adding and correcting styles for receipt-print view

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.2&r2=1.1.2.4.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css?cvsroot=koha&only_with_tag=dev_week&r1=1.5.2.17.2.3&r2=1.5.2.17.2.4

Patches:
Index: colors.npl.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/colors.npl.css,v
retrieving revision 1.1.2.4.2.2
retrieving revision 1.1.2.4.2.3
diff -u -b -r1.1.2.4.2.2 -r1.1.2.4.2.3
--- colors.npl.css	24 Sep 2006 01:05:06 -0000	1.1.2.4.2.2
+++ colors.npl.css	25 Sep 2006 19:46:23 -0000	1.1.2.4.2.3
@@ -711,3 +711,48 @@
 input.indicatorFocus {
 	background-color: #FFFF00; 
 }
\ No newline at end of file
+
+#receipt  {
+	background-color : #FFF;
+}
+
+#receipt a:link {
+	color : #000066;
+}
+
+#receipt a:visited {
+	color : #000066;
+}
+
+#receipt a:hover {
+	color : #993300;
+}
+
+#receipt caption {
+	color : #000000;
+}
+
+#receipt div.table {
+	background-color : transparent;
+}
+
+#receipt h3 {
+	background-color : transparent;
+	color : #000000;
+}
+
+#receipt table {
+	background-color : transparent;
+	border : 0;
+}
+
+#receipt td, #receipt th {
+	background-color : transparent;
+	border : 0;
+	}
+	
+#receipt th:last-child {
+	background-color : transparent;
+	border : 0;
+	}
+	

Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/intranet.css,v
retrieving revision 1.5.2.17.2.3
retrieving revision 1.5.2.17.2.4
diff -u -b -r1.5.2.17.2.3 -r1.5.2.17.2.4
--- intranet.css	25 Sep 2006 18:31:22 -0000	1.5.2.17.2.3
+++ intranet.css	25 Sep 2006 19:46:23 -0000	1.5.2.17.2.4
@@ -1058,6 +1058,15 @@
 
 input.indicatorFocus {
 }
+
+#receipt {
+	font-family : serif;
+	font-size : .9em;
+	margin : -4px 0px 0px -5px;
+	padding : 0px;
+	position : relative;
+}
+
 #receipt a:link {
 	text-decoration: none;
 }
@@ -1080,8 +1089,8 @@
 	font-weight: normal;
 }
 
-#receipt h3 {
-	font-size : 14px;
+#receipt h3, #receipt caption {
+	font-size : 1em;
 	font-weight : bold;
 	margin-bottom : 3px;
 	margin-top : 3px;
@@ -1089,18 +1098,17 @@
 
 #receipt table {
 	border-collapse : collapse;
-
+	width : auto;
 }
 
-#receipt td, th {
-	padding : 2px;
+#receipt td, #receipt th {
+	font-size : 1em;
+	font-weight : normal;
+	padding : 1px;
 	}
 	
 #receipt th {
+	font-weight : bold;
 	text-align : left;
 	}
 	
-
-#receipt {
-	position : relative;
-}
\ No newline at end of file





More information about the Koha-cvs mailing list