Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1061 Rev 1067
1
#conteneur-recherche {
1
#conteneur-recherche {
2
	width: 750px;
2
	width: 750px;
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: #D3D0BB;
11
	background-color: #FFFFFF;
12
    border-radius: 10px 10px 10px 10px;
12
    border-radius: 10px 10px 10px 10px;
13
    box-shadow: 2px 2px 5px #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
.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
.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
.selection-referentiel {
36
    background: none repeat scroll 0 0 white;
36
    background: none repeat scroll 0 0 white;
-
 
37
    cursor: pointer;
-
 
38
}
-
 
39
 
-
 
40
.referentiel-selectionne {
-
 
41
 	border-color: #EB8F00;
-
 
42
    color: #EB8F00;
-
 
43
	cursor: default;
37
}
44
}
38
 
45
 
39
#ef-form-nomenclature label {
46
#ef-form-nomenclature label {
40
	display: inline;
47
	display: inline;
41
}
48
}
42
 
49
 
43
#eflore_nomenclature_fiche {
50
#eflore_nomenclature_fiche {
44
	color: black;
51
	color: black;
45
	border-color: black;
52
	border-color: black;
46
}
53
}
47
 
54
 
48
.ef-groupe-champs {
55
.ef-groupe-champs {
49
	border: none;
56
	border: none;
50
}
57
}