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;
1087 gduche 48
	margin: 0 20px 50px 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 {
677 gduche 57
	border:dotted 1px #8EB533;
58
	border-width:0 0 1px 0;
506 gduche 59
}
60
 
459 benjamin 61
.boutonTriAsc {
677 gduche 62
	height: 19px;
459 benjamin 63
	background: url(./img/fleche-haut.png) no-repeat
64
}
65
 
66
.boutonTriDesc {
677 gduche 67
	height: 19px;
459 benjamin 68
	background: url(./img/fleche-bas.png) no-repeat
506 gduche 69
}
70
 
564 benjamin 71
.aucunResultat {
72
	text-align: left;
73
}