Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1664 → Rev 1703

/trunk/src/org/tela_botanica/del/client/vues/identiplante/resultats/observations/observation.css
1,27 → 1,24
.observation {
width:480px;
width:580px;
padding:10px;
border: solid 1px #DDD;
margin-right:5px;
border:solid 1px #DDD;
}
 
.titrePropositions {
margin-top:-0px;
margin-top:0;
background:none;
}
 
.listePropositions {
background: none repeat scroll 0 0 #FAFAF0;
border-color: #DDDDDD;
border-radius: 0 10px 10px 0;
border-style: solid;
border-width: 1px 1px 1px 0;
box-shadow: 2px 2px 2px #DDDDDD;
min-height: 230px;
margin-top: 7px;
padding: 10px 10px 10px 16px;
width:470px;
background:none repeat scroll 0 0 #FAFAF0;
border-color:#DDDDDD;
border-radius:10px;
border-style:solid;
border-width:1px;
box-shadow:2px 2px 2px #DDDDDD;
min-height:250px;
padding:10px;
width:370px;
}
 
.nomEspece {
padding:7px;
font-size:15px;
32,84 → 29,70
position:absolute;
width:236px;
}
 
.nomEspece:hover {
background:#8EB533;
}
 
.colonneImages {
min-width:260px;
background:url(./img/pasdephoto.jpg) no-repeat;
background:url(./img/pasdephoto.jpg) no-repeat;
}
 
.description {
border: solid 1px #EEE;
border-width: 0 1px 0 0;
width: 270px;
padding: 10px;
margin: 0 1px 5px 0;
height: 150px
border:solid 1px #EEE;
border-width:0 1px 0 0;
width:270px;
padding:10px;
margin:0 1px 5px 0;
height:150px
}
 
.determination {
padding: 10px;
margin: 0 1px 5px 0;
height: 150px
padding:10px;
margin:0 1px 5px 0;
height:150px
}
 
.photoPrincipale {
height: 20px;
float: left;
padding: 5px;
margin-bottom: 15px;
cursor: pointer
height:20px;
float:left;
padding:5px;
margin-bottom:15px;
cursor:pointer
}
 
.panneauDeterminations {
text-align: right
text-align:right
}
 
.lienDetermination {
text-align: center;
padding: 5px;
color: blue;
cursor: pointer;
float: right;
margin: 5px;
text-decoration: underline;
text-align:center;
padding:5px;
color:blue;
cursor:pointer;
float:right;
margin:5px;
text-decoration:underline;
}
 
.miniatures img {
height: 30px
height:30px
}
 
.metadonnees {
width:180px;
width:280px;
}
 
.boutonDetermination {
background: url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
border: 1px solid #AAAAAA;
cursor: pointer;
float: right;
margin-bottom: 5px;
margin-right: 5px;
margin-top: 10px;
padding: 5px 5px 5px 25px;
background:url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
border:1px solid #AAAAAA;
cursor:pointer;
float:right;
margin-bottom:5px;
margin-right:5px;
margin-top:10px;
padding:5px 5px 5px 25px;
}
 
.ligneObservation {
margin-bottom: 10px;
margin-bottom:20px;
}
 
.boutonDetermination:hover {
background-color: #AAA
background-color:#AAA
}
 
.accesOutil {
margin-top: 15px;
margin-top:15px;
}
 
.ajouterProposition {
margin-top:10px;
}