Subversion Repositories eFlore/Applications.cel

Rev

Rev 3131 | Blame | Compare with Previous | Last modification | View Log | RSS feed

@CHARSET "UTF-8";

#zone-appli {
        width:280px;
        font-family: Muli,sans-serif;
        font-size: 12px;
}

h1#widget-titre {
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 0;
        font-weight: bold;
}
label {
        font-weight: normal;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 0;
}
.clear {
        clear: both;
        height: 0; overflow: hidden; /* Précaution pour IE 7 */
}
input[type="text"] {
        height: 28px;
        padding-left: 2px;
        font-size: 12px;
        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: 12px;
    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: 12px;
}

/* Correction Bootstrap */

.well {
        margin-bottom: 5px;
        padding: 4px;
        background-color: #fcfaf5;
}
#checkbox_set_cols input {
        margin-right: 10px;
}
label.radio {
        margin-top: 5px;
        margin-bottom: 5px;
}
.btn {
        padding: 4px 8px;
        font-size: 11px;
}
.btn-success {
        background-color: #b3c954;
        border-color: #b3c954;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
        background-color: #88a842;
        border-color: #88a842;
}


.panel {
        font-size: 12px;
}

.panel-body {
        padding: 5px;
}
.panel-title {
        font-size: 13px;
}
.panel-heading {
        padding: 4px 8px;
        background-color : hsla(0,0%,94%,.5);
        font-size: 11px;
}