Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 32 → Rev 33

/trunk/interfaces/squelettes/css/referentiel/referentiel.css
1,39 → 1,44
@CHARSET "UTF-8";
/*--------------------------------------------------------------------------------------------------------------*/
/* Général */
 
/*--------------------------------------------------------------------------------------------------------------*/
/* Tests */
.test {
width:800px;}
.test h2{
padding:5px 5px 5px 20px;
background:white url(images/ouvrir.png) no-repeat center left;
font-size:1em;
font-weight:bold;
text-transform:none;
width:775px;}
.test h2.active{ /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
background:white url(images/fermer.png) no-repeat center left;}
.test .message, .test .description{
margin:0 0 5px;
padding:5px;
overflow:hidden;
font-size:1em;
width:790px;
clear:both;}
.test .description{
.discretion{
color:#A9A9A9;
font-size:10px;
font-weight:normal;}
.description{
background-color:#f0f0f0;
white-space:pre-wrap;}
.test .message p{
background-color:#FFFFDD;
border:1px solid #FFD700;}
.test .resultat{
text-transform:uppercase;
float:right;}
.test .ok{
.resultat{
text-transform:uppercase;}
.ok{
background-color:#9ED30D !important;}
.test .ko{
.ko{
background-color:#E9584C !important;}
.test .espace{
background-color:yellow !important;}
.espace{
background-color:yellow !important;}
 
/*--------------------------------------------------------------------------------------------------------------*/
/* 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;}