Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1077 Rev 1078
1
#conteneur-recherche {
1
#conteneur-recherche {
2
	width: 660px;
2
	width: 660px;
3
}
3
}
4
 
4
 
5
h1.titre-widget {
5
h1.titre-widget {
6
	margin-top: 5px;
6
	margin-top: 5px;
7
	color: black;
7
	color: black;
8
}
8
}
9
 
9
 
10
#conteneur-recherche {
10
#conteneur-recherche {
11
	background-color: #FFFFFF;
11
	background-color: #FFFFFF;
12
    border-radius: 10px 10px 10px 10px;
12
    border-radius: 10px 10px 10px 10px;
13
    box-shadow: 6px 6px 6px 6px #C3C0AD;
13
    box-shadow: 6px 6px 6px 6px #C3C0AD;
14
    color: #3A3633;
14
    color: #3A3633;
15
    font-family: arial;
15
    font-family: arial;
16
    font-size: 11px;
16
    font-size: 11px;
17
    margin: 10px 10px 20px;
17
    margin: 10px 10px 20px;
18
    padding: 8px;
18
    padding: 8px;
19
}
19
}
-
 
20
 
-
 
21
#conteneur-recherche h1 {
-
 
22
	font-size: 14px;
-
 
23
}
20
 
24
 
21
#conteneur-recherche .zone-choix-referentiel {
25
#conteneur-recherche .zone-choix-referentiel {
22
	padding: 3px;
26
	padding: 3px;
23
	padding-bottom : 5px;
27
	padding-bottom : 5px;
24
	padding-left: 10px;
28
	padding-left: 10px;
25
}
29
}
26
 
30
 
27
#conteneur-recherche .label-referentiel {
31
#conteneur-recherche .label-referentiel {
28
	color: #FD8C13;
32
	color: #FD8C13;
29
    font-weight: bold;
33
    font-weight: bold;
30
    letter-spacing: 0;
34
    letter-spacing: 0;
31
    padding: 0 0 0 5px;
35
    padding: 0 0 0 5px;
32
    text-transform: uppercase;
36
    text-transform: uppercase;
33
}
37
}
34
 
38
 
35
#conteneur-recherche .selection-referentiel {
39
#conteneur-recherche .selection-referentiel {
36
    background: none repeat scroll 0 0 white;
40
    background: none repeat scroll 0 0 white;
37
    cursor: pointer;
41
    cursor: pointer;
38
}
42
}
39
 
43
 
40
#conteneur-recherche .referentiel-selectionne {
44
#conteneur-recherche .referentiel-selectionne {
41
 	border-color: #EB8F00;
45
 	border-color: #EB8F00;
42
    color: #C87A00;
46
    color: #C87A00;
43
	cursor: default;
47
	cursor: default;
44
	font-weight: bold;
48
	font-weight: bold;
45
}
49
}
46
 
50
 
47
#ef-form-nomenclature label {
51
#ef-form-nomenclature label {
48
	display: inline;
52
	display: inline;
49
}
53
}
50
 
54
 
51
#eflore_nomenclature_fiche {
55
#eflore_nomenclature_fiche {
52
	color: black;
56
	color: black;
53
	border-color: black;
57
	border-color: black;
54
}
58
}
55
 
59
 
56
.ef-groupe-champs {
60
.ef-groupe-champs {
57
	border: none;
61
	border: none;
58
}
62
}