Subversion Repositories Applications.referentiel

Rev

Rev 18 | Rev 38 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 jpm 1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Général */
33 jpm 4
.discretion{
5
	color:#A9A9A9;
6
	font-size:10px;
7
	font-weight:normal;}
8
.description{
6 jpm 9
	background-color:#f0f0f0;
10
	white-space:pre-wrap;}
33 jpm 11
.resultat{
12
	text-transform:uppercase;}
13
.ok{
6 jpm 14
	background-color:#9ED30D !important;}
33 jpm 15
.ko{
6 jpm 16
	background-color:#E9584C !important;}
33 jpm 17
.espace{
18
	background-color:yellow !important;}
19
 
20
/*--------------------------------------------------------------------------------------------------------------*/
21
/* Demande de traitements */
22
#zone-form form{
23
	display:inline;}
24
 
25
/*--------------------------------------------------------------------------------------------------------------*/
26
/* Traitement */
27
#resultats {
28
	width:1024px;}
29
#resultats .numero{
30
	font-weight:bold;
31
	width:2%;}
32
#resultats .nom{
33
	font-weight:bold;
34
	width:30%;}
35
/*--------------------------------------------------------------------------------------------------------------*/
36
/* Résultat */
37
#ref-resultat .resultat{
38
	width:20px;
39
	padding:5px;}
40
#ref-resultat .description, #ref-resultat .message{
41
	width:800px;
42
	padding:5px;}
43
#ref-resultat .message p{
44
	background-color:#f0f0f0;}