Subversion Repositories eFlore/Applications.del

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
459 benjamin 1
.contenuResultat {
2
	text-align: center;
3
}
4
 
590 gduche 5
.barreNavigation {
6
	max-width:810px;
7
	margin-top:-15px;
8
	padding-bottom:20px
9
}
10
.zoneTri {
11
	padding-left:10px;
12
}
13
.protocoles {
14
	padding-left:10px;
15
}
16
.paginationHaut {
17
 
18
}
19
 
459 benjamin 20
.images {
564 benjamin 21
	width: 100%;
22
	clear: left;
23
	margin-top: 10px
459 benjamin 24
}
25
 
26
.images>div {
27
	float: left;
589 gduche 28
	margin: 0 20px 40px 0px
459 benjamin 29
}
30
 
506 gduche 31
 
564 benjamin 32
.boutonTriAsc,.boutonTriDesc {
33
	border: none;
34
	cursor: pointer;
506 gduche 35
}
36
 
564 benjamin 37
.boutonTriAsc:hover,.boutonTriDesc:hover {
38
	background-color: #8EB533
506 gduche 39
}
40
 
459 benjamin 41
.boutonTriAsc {
42
	height: 20px;
43
	background: url(./img/fleche-haut.png) no-repeat
44
}
45
 
46
.boutonTriDesc {
47
	height: 20px;
48
	background: url(./img/fleche-bas.png) no-repeat
506 gduche 49
}
50
 
564 benjamin 51
.aucunResultat {
52
	text-align: left;
53
}