Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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