Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 377 | Rev 401 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 377 Rev 390
Line 746... Line 746...
746
}
746
}
747
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
747
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
748
.auteur, .annee, .biblio, .addendum {
748
.auteur, .annee, .biblio, .addendum {
749
	font-style: normal;
749
	font-style: normal;
750
	text-transform: none;
750
	text-transform: none;
-
 
751
}
-
 
752
 
-
 
753
/*----------------------------------------------------------------------------------------------------------*/
-
 
754
/* Wikinis */
-
 
755
.editable_sur_clic {
-
 
756
	min-height: 50px;
-
 
757
}
-
 
758
 
-
 
759
.aide_wikini {
-
 
760
    font-size: 0.8em;
-
 
761
}
-
 
762
 
-
 
763
.contenu_editable {
-
 
764
	background-color: #F8FBF2;
-
 
765
	border: dashed 1px #AAAAAA;
-
 
766
	padding: 5px;
-
 
767
	padding-top: 2px;
-
 
768
	border-radius: 3px;
-
 
769
}
-
 
770
 
-
 
771
.champ_edition_wiki {
-
 
772
	width: 100%;
-
 
773
	height: 350px;	
-
 
774
	overflow: auto;
751
}
775
}
752
776