Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
455 benjamin 1
.zoneRecherche {
2
	width: 100%
3
}
122 gduche 4
 
455 benjamin 5
.moteurRecherche {
6
	margin-bottom: 10px;
7
}
8
 
9
.moteurRecherche button {
10
	margin-left: 2px;
11
	margin-top: -1px
12
}
13
 
14
.labelProtocole {
15
	padding: 0 5px 0 0;
16
	float: left
17
}
18
 
19
.labelProtocole:after {
20
	content: " :"
21
}
22
 
23
.entrerMotClef {
24
	margin-bottom: 10px;
25
}
26
 
27
.zoneProtocoles {
574 gduche 28
	margin-left: 25%;
455 benjamin 29
	position: absolute;
30
}
31