Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1195 → Rev 1196

/trunk/src/org/tela_botanica/del/client/vues/identiplante/resultats/observations/observation.css
New file
0,0 → 1,114
.observation {
width:480px;
padding:10px;
border: solid 1px #DDD;
}
 
.titrePropositions {
margin-top:-0px;
margin-right:30px;
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;
}
 
.nomEspece {
padding:7px;
font-size:15px;
font-weight:bold;
background:rgba(100,100,100,0.5);
color:white;
cursor:pointer;
position:absolute;
width:236px;
}
 
.nomEspece:hover {
background:#8EB533;
}
.colonneImages {
min-width:260px;
}
 
.description {
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
}
 
.photoPrincipale {
height: 20px;
float: left;
padding: 5px;
margin-bottom: 15px;
cursor: pointer
}
 
.panneauDeterminations {
text-align: right
}
 
.lienDetermination {
text-align: center;
padding: 5px;
color: blue;
cursor: pointer;
float: right;
margin: 5px;
text-decoration: underline;
}
 
.miniatures img {
height: 30px
}
 
.metadonnees {
}
 
.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;
}
 
.ligneObservation {
margin-bottom: 10px;
}
 
.boutonDetermination:hover {
background-color: #AAA
}
 
.accesOutil {
margin-top: 15px;
}
 
.ajouterProposition {
margin-top:10px;
}