Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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