Subversion Repositories Applications.referentiel

Rev

Rev 33 | Rev 45 | 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;}
38 jpm 19
.case-a-cocher-scroll {
20
    height:6em;
21
    padding:2px;
22
    overflow:auto;
23
    border:1px solid #ccc}
24
.liste-simple li, ul.liste-simple{
25
	list-style-type:none;
26
	padding:0;
27
	margin:0 !important;}
28
.liste-champs li, ul.liste-champs{
29
	list-style-type:none;
30
	padding:0;
31
	margin:0 !important;}
32
.liste-champs li{
33
	padding:2px;}
33 jpm 34
/*--------------------------------------------------------------------------------------------------------------*/
35
/* Demande de traitements */
36
#zone-form form{
37
	display:inline;}
38
/*--------------------------------------------------------------------------------------------------------------*/
39
/* Traitement */
40
#resultats {
41
	width:1024px;}
42
#resultats .numero{
43
	font-weight:bold;
44
	width:2%;}
45
#resultats .nom{
46
	font-weight:bold;
47
	width:30%;}
48
/*--------------------------------------------------------------------------------------------------------------*/
49
/* Résultat */
50
#ref-resultat .resultat{
51
	width:20px;
52
	padding:5px;}
53
#ref-resultat .description, #ref-resultat .message{
54
	width:800px;
55
	padding:5px;}
56
#ref-resultat .message p{
38 jpm 57
	background-color:#f0f0f0;}
58
 
59