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

Pierrick LE GALL pierrick at koha-fr.org
Tue Apr 18 11:53:11 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Pierrick LE GALL <plg at savannah.gnu.org>	06/04/18 09:53:10

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

Log message:
	modification: removed fieldset and label CSS properties. Modifications
	introduced by tipaul are not compliant with every template (depending on how
	you use HTML labels). Shouldn't this kind of customization only be made
	outside "prog" template?

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css
diff -u koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css:1.3 koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css:1.4
--- koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css:1.3	Fri Apr 14 09:36:51 2006
+++ koha/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css	Tue Apr 18 09:53:10 2006
@@ -59,15 +59,20 @@
 #admin_stopwords_select UL LI {
    white-space: nowrap;
 }
-fieldset {
-	display:inline;
-	vertical-align:top;
+
+A.button {
+  background-color: #69c;
+  color: white;
+  text-decoration: none;
+  font-size: 1em;
+  font-weight: bold;
+  border: 2px solid #eee;
+  border-right-color: gray;
+  border-bottom-color: gray;
+  padding: 2px;
 }
+
 legend {
 	font-size:120%;
 	font-weight:bold;
 }
-
-label {
-	width:10em;
-}
\ No newline at end of file





More information about the Koha-cvs mailing list