Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1561 → Rev 1562

/trunk/widget/modules/saisie/squelettes/florileges/css/florileges.css
60,47 → 60,28
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Gestion des photos */
.miniature{
 
/* Form d'ajout des photos */
#form-upload .miniature {
float: left;
height: 130px;
padding-left: 15px;
padding-right: 15px;
margin: 5px;
}
.miniature-img {
#form-upload .miniature-img {
display: block;
height: 100px;
}
.miniature img {
display: block;
}
.miniature-chargement {
#form-upload .miniature-chargement {
height:100px;
width: 100px;
}
.defilement-miniatures-gauche, .defilement-miniatures-droite {
float: left;
font-size: 1.2em;
font-weight: bold;
height: 62px;
margin: 5px;
padding-top: 30px;
width: 12px;
}
.defilement-miniatures {
width: 210px;
}
.defilement-miniatures-cache {
 
/* Bouton de sélection des fichiers */
#fichier {
visibility: hidden;
height:0;
width:0;
}
.miniature-cachee {
display: none;
}
.miniature-selectionnee {
display: block;
width: 90px;
}
#fichier {
display: none;
}
#photos-conteneur {
height: 120px;
}
128,6 → 109,87
border-radius: 8px;
}
 
/* Images d'une observation */
.obs .obs-miniatures {
min-width: 150px;
margin-right: 5px;
}
.obs .miniature {
display: block;
height: 100px;
margin: 0 auto;
}
.defilement {
position: relative;
padding: 8px 0;
background-color:#524C47;
}
.defilement-control-zone {
display: block;
position: absolute;
top: 0;
width: 50%;
height: 116px;
}
.defilement-control-zone.gauche{
left: 0;
}
.defilement-control-zone.droite {
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;
border: 3px solid white;
border-radius: 20px;
color: white;
opacity: 1;
background: none repeat scroll 0 0 #524C47;
}
.defilement-control.gauche {
left: 3%;
}
.defilement-control.droite {
right: 3%;
}
 
.defilement-miniatures-cache {
visibility: hidden;
}
.obs .miniature-cachee {
display: none;
}
 
.defilement-indicateurs {
list-style: none outside none;
margin: 0;
position: absolute;
left: 0;
bottom: 2px;
z-index: 5;
}
.defilement-indicateurs li {
background-color: rgba(255, 255, 255, 0.25);
border-radius: 2px;
border: 1px solid lightgrey;
display: block;
float: left;
height: 4px;
margin-left: 2px;
text-indent: -999px;
width: 4px;
}
.defilement-indicateurs .active {
background-color: #FFFFFF;
}
 
/*+--------------------------------------------------------------------------------------------------------+*/
/* Correction style CSS Bootstrap */
.well {
167,8 → 229,6
}
 
/* Géolocalisation */
 
 
#map-canvas {
height: 240px;
margin-bottom:5px;
218,9 → 278,13
}
label.error {
font-weight: bold;
font-style:italic;
color: #B94A48;
padding: 0 8px;
}
.control-group.error label {
font-weight: bold;
}
.error .horizontal-slider{
background: #B94A48;
}
236,12 → 300,7
/*+--------------------------------------------------------------------------------------------------------+*/
/* SLIDERs */
.slider-on {
display:inline;
height:0;
width:0;
margin:0;
padding:0;
visibility: hidden;
display:none;
}
.slider-holder {
height: 25px;