Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1083 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1083 Rev 1297
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: 1px 6px 6px 6px #C3C0AD;
15
    box-shadow: 1px 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
 
-
 
27
#conteneur-recherche h1.titre-widget {
-
 
28
	padding-left: 15px;
-
 
29
}
26
 
30
 
27
#conteneur-recherche .zone-choix-referentiel {
31
#conteneur-recherche .zone-choix-referentiel {
28
	padding: 3px;
32
	padding: 3px;
29
	padding-bottom : 5px;
33
	padding-bottom : 5px;
30
	padding-left: 10px;
34
	padding-left: 10px;
31
}
35
}
32
 
36
 
33
#conteneur-recherche .label-referentiel {
37
#conteneur-recherche .label-referentiel {
34
	color: #FD8C13;
38
	color: #FD8C13;
35
    font-weight: bold;
39
    font-weight: bold;
36
    letter-spacing: 0;
40
    letter-spacing: 0;
37
    padding: 0 0 0 5px;
41
    padding: 0 0 0 5px;
38
    text-transform: uppercase;
42
    text-transform: uppercase;
39
}
43
}
40
 
44
 
41
#conteneur-recherche .selection-referentiel {
45
#conteneur-recherche .selection-referentiel {
42
    background: none repeat scroll 0 0 white;
46
    background: none repeat scroll 0 0 white;
43
    cursor: pointer;
47
    cursor: pointer;
44
    height: 25px;
48
    height: 25px;
45
}
49
}
46
 
50
 
47
#conteneur-recherche .referentiel-selectionne {
51
#conteneur-recherche .referentiel-selectionne {
48
	background-color: #EEE;
52
	background-color: #EEE;
49
 	border-color: #EB8F00;
53
 	border-color: #EB8F00;
50
    color: #C87A00;
54
    color: #C87A00;
51
	cursor: default;
55
	cursor: default;
52
	font-weight: bold;
56
	font-weight: bold;
53
	text-decoration: underline;
57
	text-decoration: underline;
54
	height: 35px;
58
	height: 35px;
55
}
59
}
56
 
60
 
57
#ef-form-nomenclature label {
61
#ef-form-nomenclature label {
58
	display: inline;
62
	display: inline;
59
}
63
}
60
 
64
 
61
#eflore_nomenclature_fiche {
65
#eflore_nomenclature_fiche {
62
	color: black;
66
	color: black;
63
	border-color: black;
67
	border-color: black;
64
}
68
}
65
 
69
 
66
.ef-groupe-champs {
70
.ef-groupe-champs {
67
	border: none;
71
	border: none;
68
}
72
}