Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1069 Rev 1077
1
#conteneur-recherche {
1
#conteneur-recherche {
2
	width: 750px;
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
 
20
 
21
.zone-choix-referentiel {
21
#conteneur-recherche .zone-choix-referentiel {
22
	padding: 3px;
22
	padding: 3px;
23
	padding-bottom : 5px;
23
	padding-bottom : 5px;
24
	padding-left: 10px;
24
	padding-left: 10px;
25
}
25
}
26
 
26
 
27
.label-referentiel {
27
#conteneur-recherche .label-referentiel {
28
	color: #FD8C13;
28
	color: #FD8C13;
29
    font-weight: bold;
29
    font-weight: bold;
30
    letter-spacing: 0;
30
    letter-spacing: 0;
31
    padding: 0 0 0 5px;
31
    padding: 0 0 0 5px;
32
    text-transform: uppercase;
32
    text-transform: uppercase;
33
}
33
}
34
 
34
 
35
.selection-referentiel {
35
#conteneur-recherche .selection-referentiel {
36
    background: none repeat scroll 0 0 white;
36
    background: none repeat scroll 0 0 white;
37
    cursor: pointer;
37
    cursor: pointer;
38
}
38
}
39
 
39
 
40
.referentiel-selectionne {
40
#conteneur-recherche .referentiel-selectionne {
41
 	border-color: #EB8F00;
41
 	border-color: #EB8F00;
42
    color: #C87A00;
42
    color: #C87A00;
43
	cursor: default;
43
	cursor: default;
44
	font-weight: bold;
44
	font-weight: bold;
45
}
45
}
46
 
46
 
47
#ef-form-nomenclature label {
47
#ef-form-nomenclature label {
48
	display: inline;
48
	display: inline;
49
}
49
}
50
 
50
 
51
#eflore_nomenclature_fiche {
51
#eflore_nomenclature_fiche {
52
	color: black;
52
	color: black;
53
	border-color: black;
53
	border-color: black;
54
}
54
}
55
 
55
 
56
.ef-groupe-champs {
56
.ef-groupe-champs {
57
	border: none;
57
	border: none;
58
}
58
}