Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1010 Rev 1104
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
.lienProposerImage {
27
.lienProposerImage {
28
	float: right;
28
	float: right;
-
 
29
	margin-top:20px;
29
}
30
}
30
31