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

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Jan 4 23:51:05 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/01/04 22:51:05

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

Log message:
	Style for alternating table header scope=row

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css.diff?only_with_tag=rel_2_2&tr1=1.5.2.12&tr2=1.5.2.13&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.12 koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.13
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css:1.5.2.12	Thu Aug  4 15:50:30 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css	Wed Jan  4 22:51:04 2006
@@ -1237,6 +1237,13 @@
 	background-color: #FFFFE1;
 }
 
+div.data table tr.highlight th {
+	font-size: 70%;
+	font-weight: bold;
+	background-color : #EEF0DB;
+	padding-right : 1em;
+}
+
 div.data table th[scope=col], div.data-main table th[scope=col] {
 	text-align: center;
 	border-left : 0;





More information about the Koha-cvs mailing list