Subversion Repositories eFlore/Applications.cel

Rev

Rev 1377 | Rev 1384 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

@CHARSET "UTF-8";
/*+--------------------------------------------------------------------------------------------------------+*/
/* Balises */
footer p{
        text-align:center;
}
button img {
        display:block;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
.discretion {
        color:grey;
        font-family:arial;
        font-size:11px;
        line-height: 13px;
}

.droite {
        float:right;
}

.texte_droite {
        text-align:right;
}
.texte_centre {
        text-align:center;
}
.modal-fenetre{
        position:fixed;
        z-index:1000;
        top:0;
        left:0;
        height:100%;
        width:100%;
        background:#777;
        background:rgba(90,86,93,0.7);
        text-align:center;
}
.modal-contenu{
        position:relative;
        width:30%;
        margin:0 auto;
        top:30%;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Formulaire spécifique */
#date_debut, #date_fin {
        width: 67px;
}

.conteneur_date {
        width: 80px;
}

input.error {
        border: 1px solid red;
}

/*+--------------------------------------------------------------------------------------------------------+*/
/* Correction style CSS Bootstrap */
.well {
        margin-bottom: 5px;
        padding: 4px;
}