Subversion Repositories eFlore/Applications.del

Rev

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