Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1039 Rev 1045
1
#conteneur-recherche {
1
#conteneur-recherche {
2
	width: 750px;
2
	width: 750px;
3
}
3
}
4
 
4
 
5
h1.titre-widget {
5
h1.titre-widget {
6
	margin-top: 5px;
6
	margin-top: 5px;
7
}
7
}
8
 
8
 
9
.importance1 {
9
.importance1 {
10
    background-color: #EAEDCD;
10
    background-color: #EAEDCD;
11
    border-radius: 10px 10px 10px 10px;
11
    border-radius: 10px 10px 10px 10px;
12
    box-shadow: 2px 2px 5px #AAAAAA;
12
    box-shadow: 2px 2px 5px #AAAAAA;
13
    color: #3A3633;
13
    color: #3A3633;
14
    font-family: arial;
14
    font-family: arial;
15
    font-size: 11px;
15
    font-size: 11px;
16
    margin: 10px 10px 20px;
16
    margin: 10px 10px 20px;
17
    padding: 8px;
17
    padding: 8px;
18
}
18
}
19
 
19
 
20
.zone-choix-referentiel {
20
.zone-choix-referentiel {
21
	padding: 3px;
21
	padding: 3px;
22
	padding-bottom : 5px;
22
	padding-bottom : 5px;
23
	padding-left: 10px;
23
	padding-left: 10px;
24
}
24
}
25
 
25
 
26
.label-referentiel {
26
.label-referentiel {
27
	color: #FD8C13;
27
	color: #FD8C13;
28
    font-weight: bold;
28
    font-weight: bold;
29
    letter-spacing: 0;
29
    letter-spacing: 0;
30
    padding: 0 0 0 5px;
30
    padding: 0 0 0 5px;
31
    text-transform: uppercase;
31
    text-transform: uppercase;
32
}
32
}
33
 
33
 
34
#ef-form-nomenclature label {
34
#ef-form-nomenclature label {
35
	display: inline;
35
	display: inline;
-
 
36
}
-
 
37
 
-
 
38
.ef-groupe-champs {
-
 
39
	border: none;
36
}
40
}
37
41