Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1039 | Rev 1061 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1039 aurelien 1
#conteneur-recherche {
2
	width: 750px;
3
}
4
 
5
h1.titre-widget {
6
	margin-top: 5px;
7
}
8
 
9
.importance1 {
10
    background-color: #EAEDCD;
11
    border-radius: 10px 10px 10px 10px;
12
    box-shadow: 2px 2px 5px #AAAAAA;
13
    color: #3A3633;
14
    font-family: arial;
15
    font-size: 11px;
16
    margin: 10px 10px 20px;
17
    padding: 8px;
18
}
19
 
20
.zone-choix-referentiel {
21
	padding: 3px;
22
	padding-bottom : 5px;
23
	padding-left: 10px;
24
}
25
 
26
.label-referentiel {
27
	color: #FD8C13;
28
    font-weight: bold;
29
    letter-spacing: 0;
30
    padding: 0 0 0 5px;
31
    text-transform: uppercase;
32
}
33
 
34
#ef-form-nomenclature label {
35
	display: inline;
1045 aurelien 36
}
37
 
38
.ef-groupe-champs {
39
	border: none;
1039 aurelien 40
}