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

paul poulain paul at koha-fr.org
Thu Jan 25 10:42:37 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	07/01/25 09:42:37

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

Log message:
	- changing fieldset to display inline
	- css property for h2

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.26&r2=1.7.2.27

Patches:
Index: intranet.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css,v
retrieving revision 1.7.2.26
retrieving revision 1.7.2.27
diff -u -b -r1.7.2.26 -r1.7.2.27
--- intranet.css	24 Jan 2007 13:55:20 -0000	1.7.2.26
+++ intranet.css	25 Jan 2007 09:42:37 -0000	1.7.2.27
@@ -3,6 +3,10 @@
     font-size : .9em;
 }
 
+h2 {
+    display:block;
+/*     float:none; */
+}
 table {
     border-collapse : inherit;
     border : 1px solid #CCCCCC;
@@ -423,5 +427,8 @@
 }
 
 fieldset {
-    display:inline;
+        border : 1px solid #374b73;
+        display: inline;
+        float:left;
+        vertical-align:top;
 }





More information about the Koha-cvs mailing list