Subversion Repositories eFlore/Applications.del

Rev

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

Rev 455 Rev 459
1
.zoneRecherche {
1
.zoneRecherche {
2
	width: 100%
2
	width: 100%
3
}
3
}
4
 
4
 
5
.moteurRecherche {
5
.moteurRecherche {
6
	margin-bottom: 10px;
6
	margin-bottom: 10px;
7
}
7
}
8
 
8
 
9
.moteurRecherche button {
9
.moteurRecherche button {
10
	margin-left: 2px;
10
	margin-left: 2px;
11
	margin-top: -1px
11
	margin-top: -1px
12
}
12
}
13
 
13
 
14
.labelProtocole {
14
.labelProtocole {
15
	padding: 0 5px 0 0;
15
	padding: 0 5px 0 0;
16
	float: left
16
	float: left
17
}
17
}
18
 
18
 
19
.labelProtocole:after {
19
.labelProtocole:after {
20
	content: " :"
20
	content: " :"
21
}
21
}
22
 
22
 
23
.entrerMotClef {
23
.entrerMotClef {
24
	margin-bottom: 10px;
24
	margin-bottom: 10px;
25
}
25
}
26
 
26
 
27
.zoneProtocoles {
27
.zoneProtocoles {
28
	margin-left: 40%;
28
	margin-left: 40%;
29
	position: absolute;
29
	position: absolute;
30
}
30
}
31
 
-
 
32
.boutonTriAsc {
-
 
33
	height: 20px;
-
 
34
	background: url(./img/fleche-haut.png) no-repeat
-
 
35
}
-
 
36
 
-
 
37
.boutonTriDesc {
-
 
38
	height: 20px;
-
 
39
	background: url(./img/fleche-bas.png) no-repeat
-
 
40
}
31