[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes i... [rel_3_0]

paul poulain paul at koha-fr.org
Wed Nov 15 16:48:05 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/11/15 15:48:05

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/includes: intranet.css 
	                                          san-op.css 

Log message:
	fix for term highlighting (#3 SANOP)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7.2.13&r2=1.7.2.14
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/san-op.css?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.13
retrieving revision 1.7.2.14
diff -u -b -r1.7.2.13 -r1.7.2.14
--- intranet.css	14 Nov 2006 14:47:19 -0000	1.7.2.13
+++ intranet.css	15 Nov 2006 15:48:05 -0000	1.7.2.14
@@ -318,3 +318,7 @@
 .lineSelected {
     background-color:yellow;
 }
+
+.term {
+    background-color:yellow;
+}

Index: san-op.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/Attic/san-op.css,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- san-op.css	1 Nov 2006 20:15:29 -0000	1.1.2.4
+++ san-op.css	15 Nov 2006 15:48:05 -0000	1.1.2.5
@@ -31,12 +31,12 @@
 }
 
 label {
-
-    display:block;
+    font-style:italic;
+/*    display:block;
     float:left;
     text-align:right;
     width:8em;
-    margin-right:0.2em;
+    margin-right:0.2em;*/
 }
 
 p {
@@ -400,3 +400,7 @@
 #onlinehelp {
     float:right;
 }
\ No newline at end of file
+
+.term {
+    background-color:yellow;
+}





More information about the Koha-cvs mailing list