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

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Dec 12 16:42:24 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/12/12 15:42:24

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

Log message:
	Modified styling to accompany changes to acquisitions

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.7&r2=1.1.2.8
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.5.2.20&r2=1.5.2.21

Patches:
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.8
diff -u -b -r1.1.2.7 -r1.1.2.8
--- colors.css	10 Aug 2006 17:01:56 -0000	1.1.2.7
+++ colors.css	12 Dec 2006 15:42:24 -0000	1.1.2.8
@@ -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.21
diff -u -b -r1.5.2.20 -r1.5.2.21
--- intranet.css	10 Aug 2006 17:01:56 -0000	1.5.2.20
+++ intranet.css	12 Dec 2006 15:42:24 -0000	1.5.2.21
@@ -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