Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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