Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 653 → Rev 654

/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/resultats/observations/observation.css
1,41 → 1,106
.description {border:solid 1px #EEE; border-width:0 1px 0 0; width:270px; padding : 10px; margin:0 1px 5px 0; height:150px}
.photos {border:solid 1px #EEE; border-width:0 1px 0 0; width:300px; -moz-border-radius: 0px; padding : 10px; margin:0 1px 5px 0; height:170px}
.determination {padding : 10px; margin:0 1px 5px 0; height:150px}
.photos img {float:left; padding:2px; -moz-box-shadow:2px 2px 2px #DDD; cursor:pointer;}
.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 {width:235px}
.images {width:300px;}
.description {
border: solid 1px #EEE;
border-width: 0 1px 0 0;
width: 270px;
padding: 10px;
margin: 0 1px 5px 0;
height: 150px
}
 
.photos {
border: solid 1px #EEE;
border-width: 0 1px 0 0;
width: 300px;
-moz-border-radius: 0px;
padding: 10px;
margin: 0 1px 5px 0;
height: 170px
}
 
.determination {
padding: 10px;
margin: 0 1px 5px 0;
height: 150px
}
 
.photos img {
float: left;
padding: 2px;
-moz-box-shadow: 2px 2px 2px #DDD;
cursor: pointer;
}
 
.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 {
width: 235px
}
 
.images {
width: 300px;
}
 
.boutonDetermination {
background: url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
border: 1px solid #AAAAAA;
border-radius: 10px 10px 10px 10px;
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;
border-radius: 10px 10px 10px 10px;
cursor: pointer;
float: right;
margin-bottom: 5px;
margin-right: 5px;
margin-top: 10px;
padding: 5px 5px 5px 25px;
}
 
.ligneObservation {
-moz-box-shadow: 5px 0px 5px #DDD; -webkit-box-shadow: 5px 0px 5px #DDD;
-moz-border-radius:10px; -webkit-border-radius:10px;
margin-bottom:10px;
border:solid 1px #DDD;
width:100%;
padding:15px;
height:250px;
-moz-box-shadow: 5px 0px 5px #DDD;
-webkit-box-shadow: 5px 0px 5px #DDD;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-bottom: 10px;
border: solid 1px #DDD;
width: 100%;
padding: 15px;
height: 250px;
display: block;
}
.ligneObservation > div {
display:inline;
 
.ligneObservation>div {
display: inline;
}
.ligneObservation > .metadonnees, .ligneObservation > .images {
 
.ligneObservation>.metadonnees,.ligneObservation>.images {
float: left;
}
.ligneObservation > .panneauDeterminations {
 
.ligneObservation>.panneauDeterminations {
float: right;
}
.boutonDetermination:hover {background-color:#AAA}
 
.boutonDetermination:hover {
background-color: #AAA
}