Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1663 → Rev 1664

/trunk/src/org/tela_botanica/del/client/vues/identiplante/resultats/observations/observation.css
84,7 → 84,7
}
 
.metadonnees {
width:180px;
}
 
.boutonDetermination {
/trunk/src/org/tela_botanica/del/client/vues/pictoflora/resultats/images/image.css
3,12 → 3,10
height: 250px;
margin-bottom: 50px;
}
 
.observations img {
width: 250px;
padding: 0;
}
 
.zoneCache {
position: absolute;
padding: 5px;
16,11 → 14,10
background: #333;
opacity: 0.9;
color: white;
width: 250px;
width: 238px;
z-index: 1000;
margin-top: 30px;
margin-top: 35px;
}
 
.zoneMotsCles {
position: absolute;
padding: 5px;
30,29 → 27,49
color: white;
width: 239px;
z-index: 1000;
margin-top: 212px;
margin-top: 212px;
}
 
.enSavoirPlus {
.zoneActionsImg {
position:absolute;
width:30px;
height:30px;
margin-top:3px;
margin-left:216px;
}
.cadreBtnSupprImg, .cadreBtnVoirTags, .cadreBtnVoirInfoObs {
width:30px;
height:30px;
cursor:pointer;
background-color:rgba(51,51,51, 0.7);
border-radius:5px;
}
.cadreBtnSupprImg:hover, .cadreBtnVoirTags:hover, .cadreBtnVoirInfoObs:hover {
background-color:rgba(0,0,0, 0.7);
border: 1px solid rgba(255,255,255, 0.7);
}
.cadreBtnVoirTags {
position: absolute;
background: url(./img/ajouter.png) no-repeat;
width: 30px;
height: 30px;
cursor: pointer;
margin-top: 180px;
margin-left: 216px;
}
.cadreBtnVoirInfoObs {
position: absolute;
margin-top: 3px;
margin-left: 3px;
}
 
.voirMotsCles {
position: absolute;
background: url(./img/tagger.png) no-repeat;
width: 30px;
height: 30px;
cursor: pointer;
margin-top: 180px;
margin-left: 216px;
.btnSupprImg, .btnVoirTags, .btnVoirInfoObs {
width:30px;
height:30px;
}
 
.btnSupprImg {
background:url(./img/24x24/delete.png) 3px 3px no-repeat;
}
.btnVoirTags {
background:url(./img/24x24/tagger.png) 3px 3px no-repeat;
}
.btnVoirInfoObs {
background:url(./img/24x24/plus.png) 3px 3px no-repeat;
}
.zoom {
background: url(./img/loupe.png);
width: 30px;
62,7 → 79,6
position: absolute;
margin-left: 217px;
}
 
.espece {
font-size: 12px;
font-weight: bold;
70,7 → 86,6
padding-left: 5px;
padding-right: 1px;
}
 
.espece p,.auteur p {
padding: 0px;
margin: 0px;
79,11 → 94,9
white-space: pre;
min-height: 13px;
}
 
.zoneDetail {
position: absolute;
}
 
.zonePlus {
position: absolute;
width: 246px;
96,7 → 109,6
text-overflow: ellipsis;
background:#333;
}
 
.zoneImage {
cursor: pointer;
height: 280px;
103,7 → 115,6
margin-bottom: 20px;
background: #DDD;
}
 
.zoneVoter {
margin-top: -48px;
text-align: center;
113,24 → 124,21
height: 35px;
padding: 5px;
}
 
.metadonnees, .motsCles {
text-align: left;
}
 
.auteur {
padding-left: 5px;
padding-right: 1px;
padding-top: 3px;
}
 
.boutonFermer {
background: url("./img/close.png") no-repeat scroll 5px 0 transparent;
border: medium none;
height: 30px;
margin-left: 104px;
margin-top: -20px;
position: absolute;
width: 40px;
cursor:pointer;
border: medium none;
height: 30px;
margin-left: 104px;
margin-top: -20px;
position: absolute;
width: 40px;
cursor:pointer;
}
/trunk/src/org/tela_botanica/del/client/composants/metadonnees/metadonnees.css
1,16 → 1,13
.metadonnees {
width:180px;
width:100%;
overflow:hidden;
}
 
.metadonnees .donnee {
display: inline-block;
}
 
.labelNomRetenu {
display: none
}
 
.nomRetenu {
display: none;
font-size: 15px;
20,61 → 17,47
white-space: nowrap;
text-overflow: ellipsis;
}
 
.lieuDuReleve {
display: block;
}
 
.zoneFamille {
display: none;
margin-top: 1em;
}
 
.zoneReferentiel {
margin-top: 1em;
}
 
.labelReferentiel {
display: inline;
}
 
.zoneFamille div {
display: inline;
}
 
.zoneLocalite {
margin-top:5px;
}
 
.zoneLocalite div {
}
 
.zoneLieuDit {
display: inline;
}
 
.zoneStation {
display: inline;
}
 
.zoneMilieu {
display: inline;
}
 
.zoneMilieu div {
display: inline
}
 
.zoneCommentaire {
margin-top:5px;
}
 
.zoneCommentaire div {
}
 
.commentaire {
display: block;
height: 94px;
81,17 → 64,14
overflow: auto;
text-overflow: ellipsis
}
 
.zoneDateReleve {
}
 
.zoneAuteur {
}
 
.zoneAuteur div {
display: inline
}
 
.zoneDate {
display: none
}
/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;