Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1069 | Rev 1078 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1069 Rev 1077
Line 1... Line 1...
1
#conteneur-recherche {
1
#conteneur-recherche {
2
	width: 750px;
2
	width: 660px;
3
}
3
}
Line 4... Line 4...
4
 
4
 
5
h1.titre-widget {
5
h1.titre-widget {
6
	margin-top: 5px;
6
	margin-top: 5px;
Line 16... Line 16...
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
}
Line 20... Line 20...
20
 
20
 
21
.zone-choix-referentiel {
21
#conteneur-recherche .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;
Line 25... Line 25...
25
}
25
}
26
 
26
 
27
.label-referentiel {
27
#conteneur-recherche .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;
Line 32... Line 32...
32
    text-transform: uppercase;
32
    text-transform: uppercase;
33
}
33
}
34
 
34
 
35
.selection-referentiel {
35
#conteneur-recherche .selection-referentiel {
Line 36... Line 36...
36
    background: none repeat scroll 0 0 white;
36
    background: none repeat scroll 0 0 white;
37
    cursor: pointer;
37
    cursor: pointer;
38
}
38
}
39
 
39
 
40
.referentiel-selectionne {
40
#conteneur-recherche .referentiel-selectionne {
41
 	border-color: #EB8F00;
41
 	border-color: #EB8F00;