[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes bl... [R_2-2-7-1]

Antoine Farnault antoine at koha-fr.org
Mon Feb 12 10:45:41 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	Antoine Farnault <toins>	07/02/12 09:45:41

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

Log message:
	Commiting BUG FIX for 2.2.7.1.
	
	Previous log was :
		Modified styling to accompany changes to acquisitions

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/blank.css?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.1&r2=1.1.10.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.1.2.7&r2=1.1.2.7.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.5.2.20&r2=1.5.2.20.2.1

Patches:
Index: blank.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/blank.css,v
retrieving revision 1.1
retrieving revision 1.1.10.1
diff -u -b -r1.1 -r1.1.10.1
--- blank.css	27 Oct 2004 16:09:15 -0000	1.1
+++ blank.css	12 Feb 2007 09:45:41 -0000	1.1.10.1
@@ -60,3 +60,40 @@
 	border-left : 0px solid #CCCC99;
 	position : relative;
 }
\ No newline at end of file
+
+/* #################### */
+/* Print Slip           */
+
+div.letterhead {
+        margin-left: 40%;
+}
+
+div#letter {
+        margin: 0px 10px 10px 10px;
+}
+
+div.patron {
+        padding-left: 10px;
+}
+
+div#letter table {
+        width: 100%;
+}
+
+div#letter tr.top {
+        border-top: 1px dashed #666;
+        border-bottom: 1px solid #000;
+}
+
+div#letter tr.base {
+        border-bottom: 1px dashed #666;
+}
+
+div#letter th {
+        padding-top: 10px;
+}
+
+div#letter td.lines {
+        border-bottom: 1px solid #000;
+        width: 30%;
+}

Index: colors.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/colors.css,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.7.2.1
diff -u -b -r1.1.2.7 -r1.1.2.7.2.1
--- colors.css	10 Aug 2006 17:01:56 -0000	1.1.2.7
+++ colors.css	12 Feb 2007 09:45:41 -0000	1.1.2.7.2.1
@@ -90,6 +90,29 @@
 	color : #6666CC;
 }
 
+div.basket {
+	background-color : #F0F0F0;
+}
+
+div.basket table {
+	background-color : White;
+	border-top : 1px solid #666666;
+	border-right : 1px solid #666666;
+}
+
+div.basket table td, div.basket table th {
+	border-left : 1px solid #666666;
+	border-bottom : 1px solid #666666;
+}
+
+div.box {
+	border: 1px solid #D9D9D9;
+}
+
+div.box table td {
+	background-color : #F0F0F0;
+}
+
 div.compact th {
 	border-bottom : 1px solid #666666;
 	border-left : 1px solid #D9D9D9;
@@ -135,7 +158,8 @@
 }
 
 div.details {
-	border-bottom : 1px solid #666666;
+	border-bottom : 1px solid #B2B2B2;
+	border-top : 1px solid #F0F0F0;
 }
 
 div.details dt {
@@ -316,6 +340,10 @@
 	background-color : #FFFFFF;
 }
 
+ul.notes {
+	font-size : 76%;
+}
+
 .cancel {
 	background-color : #CC3300;
 	color : #FFFFCC;

Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/intranet.css,v
retrieving revision 1.5.2.20
retrieving revision 1.5.2.20.2.1
diff -u -b -r1.5.2.20 -r1.5.2.20.2.1
--- intranet.css	10 Aug 2006 17:01:56 -0000	1.5.2.20
+++ intranet.css	12 Feb 2007 09:45:41 -0000	1.5.2.20.2.1
@@ -127,6 +127,40 @@
 	text-decoration: none;
 }
 
+div.basket {
+	background-color : #F0F0F0;
+	padding : 5px;
+	margin-bottom : 10px;
+}
+
+div.basket table {
+	background-color : White;
+	border-collapse : collapse;
+	border-top : 1px solid #666666;
+	border-right : 1px solid #666666;
+}
+
+div.basket table td, div.basket table th {
+	border-left : 1px solid #666666;
+	border-bottom : 1px solid #666666;
+}
+
+div.basket table td.total {
+	text-align : right;
+}
+
+div.box {
+	width: 45%;
+	padding: 5px;
+	float: left;
+	margin : 3px;
+	font-size : 76%;
+}
+
+div.box table td {
+	padding : 2px;
+}
+
 div.compact td {
 	border-right: 0px;
 	border-top: 0px;
@@ -190,7 +224,8 @@
 }
 
 div.details {
-	margin-bottom: 5px;
+	margin-bottom: 10px;
+	padding: 5px;
 }
 
 div.details dd {
@@ -267,8 +302,7 @@
 	padding: 0px;
 }
 
-div.form, div.details {
-	border: 0px;
+div.form {
 	margin: 0px auto;
 	padding: 5px;
 }
@@ -410,6 +444,7 @@
 }
 
 form {
+	display : inline;
 	margin: 0px;
 	padding: 0px;
 }





More information about the Koha-cvs mailing list