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 {
591 gduche 6
	max-width: 810px;
7
	margin-top: -15px;
8
	padding-bottom: 20px
590 gduche 9
}
591 gduche 10
 
11
.votes {
12
	padding-left: 10px;
598 aurelien 13
	padding-top: 3px;
591 gduche 14
	cursor: pointer;
15
}
16
 
17
.date {
18
	padding-left: 10px;
598 aurelien 19
	padding-top: 3px;
591 gduche 20
	cursor: pointer;
21
}
22
 
590 gduche 23
.zoneTri {
591 gduche 24
	padding-left: 10px;
598 aurelien 25
	float: right;
590 gduche 26
}
591 gduche 27
 
598 aurelien 28
.labeltri {
29
	padding-top: 3px;
30
}
31
 
590 gduche 32
.protocoles {
591 gduche 33
	padding-left: 10px;
590 gduche 34
}
591 gduche 35
 
590 gduche 36
.paginationHaut {
37
 
38
}
39
 
459 benjamin 40
.images {
564 benjamin 41
	width: 100%;
42
	clear: left;
43
	margin-top: 10px
459 benjamin 44
}
45
 
46
.images>div {
47
	float: left;
589 gduche 48
	margin: 0 20px 40px 0px
459 benjamin 49
}
50
 
564 benjamin 51
.boutonTriAsc,.boutonTriDesc {
52
	border: none;
53
	cursor: pointer;
506 gduche 54
}
55
 
564 benjamin 56
.boutonTriAsc:hover,.boutonTriDesc:hover {
57
	background-color: #8EB533
506 gduche 58
}
59
 
459 benjamin 60
.boutonTriAsc {
61
	height: 20px;
62
	background: url(./img/fleche-haut.png) no-repeat
63
}
64
 
65
.boutonTriDesc {
66
	height: 20px;
67
	background: url(./img/fleche-bas.png) no-repeat
506 gduche 68
}
69
 
564 benjamin 70
.aucunResultat {
71
	text-align: left;
72
}