Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1576 → Rev 1577

/trunk/widget/modules/saisie/squelettes/florileges/css/florileges.css
77,37 → 77,14
}
 
/* Bouton de sélection des fichiers */
#fichier {
/*#fichier {
visibility: hidden;
height:0;
width:0;
}
}*/
#photos-conteneur {
height: 120px;
}
#photo-placeholder {
background: url("../img/icones/icone-photo.png");
background-size: 89px;
cursor: pointer;
margin-bottom: 15px;
margin-right: 15px;
float:left;
border: 5px dashed #CCCCCC;
border-radius: 8px 8px 8px 8px;
height: 100px;
margin: 2px 0 2px 2px;
text-align: center;
width: 98px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
#photo-placeholder:hover {
background: url("../img/icones/icone-photo-hover.png");
background-size: 89px;
border: 5px dashed #111;
border-radius: 8px;
}
 
/* Images d'une observation */
.obs .obs-miniatures {
127,8 → 104,9
}
.defilement-control-zone {
display: block;
z-index:2;
position: absolute;
top: 0;
top: 0;
width: 50%;
height: 116px;
}
139,20 → 117,20
right: 0;
}
.defilement-control {
display: block;
position: absolute;
top: 35%;
width:20px;
height: 20px;
line-height: 20px;
font-size: 17px;
font-weight: 100;
text-align: center;
vertical-align: middle;
border: 3px solid white;
border-radius: 20px;
display: block;
position: absolute;
top: 35%;
width:20px;
height: 20px;
line-height: 20px;
font-size: 17px;
font-weight: 100;
text-align: center;
vertical-align: middle;
border: 3px solid white;
border-radius: 20px;
color: white;
opacity: 1;
opacity: 1;
background: none repeat scroll 0 0 #524C47;
}
.defilement-control.gauche {
222,6 → 200,7
/*+--------------------------------------------------------------------------------------------------------+*/
/* Spécifique Florilèges */
.entete .intro {
background-color: #689E4B;
background: url("../img/background/noise.png") repeat scroll 0 0, radial-gradient(ellipse farthest-corner at center center , #A1C886 0%, #689E4B 100%) repeat scroll 0 0 transparent;
color: white;
padding:5px;
232,7 → 211,7
 
/* Géolocalisation */
#map-canvas {
height: 240px;
height: 280px;
margin-bottom:5px;
}
.coordonnees-geo, .lat-lon-info {