Subversion Repositories Applications.referentiel

Rev

Rev 33 | Rev 45 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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