Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2365 → Rev 2366

/trunk/widget/modules/saisie/squelettes/arbres-tetards/css/arbres-tetards.css
202,9 → 202,6
 
}
 
#map-canvas {
height:240px;
}
#info-commune {
text-align:right;
}
214,14 → 211,10
.nn{
color:#3B9D3B;
}
.nom-sci{
font-size:1.5em;
font-weight:bold;
.nom-sci {
font-style: italic;
}
.commune, .date{
font-size:1.3em;
font-weight:bold;
}
 
.obs-action{
opacity:1;
}
277,9 → 270,6
width: 90px;
}
 
.referentiel-obs {
color:#3B9D3B;
}
#referentiel {
display: inline;
}
325,7 → 315,38
color : #333333;
}
 
#taxon-liste optgroup + optgroup {
border-top: 1px solid black;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Details obs ajoutées*/
.obs-entete {
margin-bottom: 0;
}
.obs-entete .nom-sci, .obs-entete .commune, .obs-entete .date{
font-size:1.3em;
font-weight:bold;
color: #777;
}
.obs-entete .referentiel-obs {
color:#3B9D3B;
}
.obs-details span{
font-style:italic;
color: #777;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Google Map*/
#map-canvas {
height:280px;
}
#map-canvas img{
max-width: none;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Form validation */
/* Validation du formulaire */
label.error {
374,7 → 395,7
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/*Modal plte-description */
/*Modal description */
.dsc-imgs {
max-width: 800px;
margin:0 auto;