Subversion Repositories eFlore/Applications.del

Rev

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

Rev 405 Rev 455
Line 1... Line 1...
1
.zoneRecherche{width:100%}
1
.zoneRecherche {
2
.moteurRecherche {margin-bottom:10px;}
-
 
3
.moteurRecherche button {margin-left:2px; margin-top:-1px}
-
 
4
.labelProtocole {padding:0 5px 0 0; float:left}
-
 
5
.labelProtocole:after {content:" :"}
-
 
6
.entrerMotClef {margin-bottom:10px;}
2
	width: 100%
7
.zoneProtocoles {margin-left:40%; position:absolute;}
-
 
-
 
3
}
Line -... Line 4...
-
 
4
 
-
 
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 {
-
 
28
	margin-left: 40%;
-
 
29
	position: absolute;
-
 
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
8
 
40
}