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

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Oct 6 16:46:09 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/10/06 14:46:09

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

Log message:
	Minor style changes from here and there

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

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.4.2.4
retrieving revision 1.1.2.4.2.5
diff -u -b -r1.1.2.4.2.4 -r1.1.2.4.2.5
--- colors.css	5 Oct 2006 14:27:34 -0000	1.1.2.4.2.4
+++ colors.css	6 Oct 2006 14:46:09 -0000	1.1.2.4.2.5
@@ -306,10 +306,10 @@
 }
 
 div.tabs a {
-	background-color : #D8DEB8;
+	background-color : #CBCBCB;
 	border-bottom : 1px solid #666666;
 	border-left : 1px solid #666666;
-	border-right : 1px solid #FFFFCC;
+	border-right : 1px solid #E4E4E4;
 	border-top : 1px solid #EEEEEE;
 	color : #000066;
 }
@@ -404,7 +404,7 @@
 }
 
 label.required:after {
-	color : #666666;
+	color : #CC0000;
 }
 
 p.date-select input, p.date-select select {
@@ -420,6 +420,10 @@
 	border-left : 0px solid #000000;
 }
 
+table.editing th {
+	font-size : .8em;
+	padding : 2px;
+}
 
 table.editing tr:hover td {
 	background-color : #FFFFE1;





More information about the Koha-cvs mailing list