Subversion Repositories eFlore/Applications.cel

Rev

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

@CHARSET "UTF-8";

#zone-appli {
        width:280px;
}

h1#widget-titre {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 0;
        font-weight: bold;
}
label {
        font-weight: normal;
        font-size: 13px;
        margin-top: 5px;
        margin-bottom: 0;
}
input[type="text"] {
        height: 28px;
        padding-left: 2px;
        font-size: 13px;
        color: #555555;
}
input.error {
        border: 1px solid red;
}
label.error {
        color: red;
}

.conteneur_dates {
        width: 200px;
        margin: auto;
        margin-top: 2px;
}
.conteneur_date {
        width: 90px;
        float: left;
        margin-right: 5px;
}
#date_debut, #date_fin {
        width: 87px;
}

#form-export-obs input.large {
        width: 230px;
}

.conteneur_selection_format ul {
        list-style-type:none;
}
.conteneur_selection_champ div {
        font-size: 13px;
}

select#pays {
    font-size: 13px;
    height: 30px;
    width: 230px;
    padding-left: 1px;
}

.attention {
        background-color:#e7ebfd;
        background-image:url("../images/information.png");
}
.attention {
        display:inline-block;
        background-repeat:no-repeat;
        background-position:5px 50%;
        padding:10px 5px 5px 40px;
        background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
        max-width:600px;
        min-height:20px;
        margin-top: 5px;
        display:none;
}

/* Correction jQuery-ui */

ul.ui-autocomplete {
        font-size: 13px;
}

/* Correction Bootstrap */

.well {
        margin-bottom: 5px;
        padding: 4px;
}
#checkbox_set_cols input {
        margin-right: 10px;
}
label.radio {
        margin-top: 5px;
        margin-bottom: 5px;
}
.btn {
        padding: 4px 8px;
        font-size: 13px;
}