Subversion Repositories Applications.referentiel

Rev

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

@CHARSET "UTF-8";
/*--------------------------------------------------------------------------------------------------------------*/
/* Général */
.discretion{
        color:#A9A9A9;
        font-size:10px;
        font-weight:normal;}
.description{
        background-color:#f0f0f0;
        white-space:pre-wrap;}
.resultat{
        text-transform:uppercase;}
.ok{
        background-color:#9ED30D !important;}
.ko{
        background-color:#E9584C !important;}
.espace{
        background-color:yellow !important;}
.case-a-cocher-scroll {
    height:6em;
    padding:2px;
    overflow:auto;
    border:1px solid #ccc}
.liste-simple li, ul.liste-simple{
        list-style-type:none;
        padding:0;
        margin:0 !important;}
.liste-champs li, ul.liste-champs{
        list-style-type:none;
        padding:0;
        margin:0 !important;}
.liste-champs li{
        padding:2px;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Demande de traitements */
#zone-form form{
        display:inline;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Traitement */
#resultats {
        width:1024px;}
#resultats .numero{
        font-weight:bold;
        width:2%;}
#resultats .nom{
        font-weight:bold;
        width:30%;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Résultat */
#ref-resultat .resultat{
        width:20px;
        padding:5px;}
#ref-resultat .description, #ref-resultat .message{
        width:800px;
        padding:5px;}
#ref-resultat .message p{
        background-color:#f0f0f0;}