Subversion Repositories eFlore/Applications.cel

Rev

Rev 1733 | Blame | Last modification | View Log | RSS feed

@CHARSET "UTF-8";
/*+--------------------------------------------------------------------------------------------------------+*/
/* Balises */
.center {
        text-align: center;
}
#recherche-popup-popup {
        height: 80%;
        width: 100%;
}
#liste-noms-latins {
        height: 280px;
    margin: 10px 0px;
        background: white;
        overflow: scroll;
}
#menu .ui-listview {
        padding-top: 2px;
        background: url(tela.png) no-repeat;
        background-size: contain;
}

/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
.ui-icon-pencil{
        background:url(http://www.tela-botanica.org/commun/icones/glyphish/187-pencil-white.png) no-repeat;
}
.ui-icon-notepad{
        background:url(http://www.tela-botanica.org/commun/icones/glyphish/179-notepad-white.png) no-repeat;
}
.ui-icon-cloud{
        background:url(http://www.tela-botanica.org/commun/icones/glyphish/56-cloud-white.png) no-repeat;
}.ui-icon-cloud-black{
        background:url(http://www.tela-botanica.org/commun/icones/glyphish/56-cloud.png) no-repeat;
}
.ui-icon-radar{
        background:url(http://www.tela-botanica.org/commun/icones/glyphish/73-radar-white.png) no-repeat;
}
/*+--------------------------------------------------------------------------------------------------------+*/
.ui-header, .ui-footer, .ui-navbar .ui-btn-inner {
        border: 1px solid #90B83B;
        background: #90B83B;
}
.ui-content {
        padding-top: 2px;
}

/* Formulaire à l'application */
#conteneur_reponse{
        display:none;
}
.reponse{
        background-color:#D5F2B6;
        padding:20px;
        text-align:center;
        font-size:1.2 em;
        font-weight:bold;
}

.hidden {
        display: none;
}