Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1663 → Rev 1664

/trunk/src/org/tela_botanica/del/client/composants/metadonnees/metadonneesEnLigne.css
1,21 → 1,18
.metadonnees {
width:100%;
}
 
.metadonnees div {
float:left;
padding:0 3px 0 0;
}
 
.zoneReferentiel {
margin-top: 1em;
margin-top:1em;
}
 
.famille {
display:none;
}
 
.nomCommun {}
.nomCommun {
}
.nomCommun:before {
content:"(";
}
22,38 → 19,31
.nomCommun:after {
content:")";
}
 
.metaPart1 {
clear:both;
font-size:15px;
max-width:850px;
}
 
.metaPart2 {
clear:both;
color:#777;
max-width:850px;
}
 
.metaPart3 {
display:none;
max-width:850px;
}
 
.lieuDit:after {
content:", ";
}
 
.zoneLieu:before {
content:" / ";
}
 
.espece {
color: #454341;
font-size: 18px;
margin-top: -3px;
color:#454341;
font-size:18px;
margin-top:-3px;
}
 
.label {
font-size:12px;
margin-top:3px;