Subversion Repositories eFlore/Applications.del

Rev

Rev 1087 | 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;
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
 
1169 aurelien 23
.tag {
24
	padding-left: 10px;
25
	padding-top: 3px;
26
	cursor: pointer;
27
}
28
 
590 gduche 29
.zoneTri {
591 gduche 30
	padding-left: 10px;
598 aurelien 31
	float: right;
590 gduche 32
}
591 gduche 33
 
598 aurelien 34
.labeltri {
35
	padding-top: 3px;
36
}
37
 
590 gduche 38
.protocoles {
591 gduche 39
	padding-left: 10px;
590 gduche 40
}
591 gduche 41
 
590 gduche 42
.paginationHaut {
43
 
44
}
45
 
459 benjamin 46
.images {
564 benjamin 47
	width: 100%;
48
	clear: left;
49
	margin-top: 10px
459 benjamin 50
}
51
 
52
.images>div {
53
	float: left;
1087 gduche 54
	margin: 0 20px 50px 0px
459 benjamin 55
}
56
 
564 benjamin 57
.boutonTriAsc,.boutonTriDesc {
58
	border: none;
59
	cursor: pointer;
506 gduche 60
}
61
 
564 benjamin 62
.boutonTriAsc:hover,.boutonTriDesc:hover {
677 gduche 63
	border:dotted 1px #8EB533;
64
	border-width:0 0 1px 0;
506 gduche 65
}
66
 
459 benjamin 67
.boutonTriAsc {
677 gduche 68
	height: 19px;
459 benjamin 69
	background: url(./img/fleche-haut.png) no-repeat
70
}
71
 
72
.boutonTriDesc {
677 gduche 73
	height: 19px;
459 benjamin 74
	background: url(./img/fleche-bas.png) no-repeat
506 gduche 75
}
76
 
564 benjamin 77
.aucunResultat {
78
	text-align: left;
79
}