Subversion Repositories eFlore/Applications.del

Rev

Rev 1169 | 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;
1184 gduche 49
	margin-top: 10px;
50
	margin-left:15px;
459 benjamin 51
}
52
 
53
.images>div {
54
	float: left;
1087 gduche 55
	margin: 0 20px 50px 0px
459 benjamin 56
}
57
 
564 benjamin 58
.boutonTriAsc,.boutonTriDesc {
59
	border: none;
60
	cursor: pointer;
506 gduche 61
}
62
 
564 benjamin 63
.boutonTriAsc:hover,.boutonTriDesc:hover {
677 gduche 64
	border:dotted 1px #8EB533;
65
	border-width:0 0 1px 0;
506 gduche 66
}
67
 
459 benjamin 68
.boutonTriAsc {
677 gduche 69
	height: 19px;
459 benjamin 70
	background: url(./img/fleche-haut.png) no-repeat
71
}
72
 
73
.boutonTriDesc {
677 gduche 74
	height: 19px;
459 benjamin 75
	background: url(./img/fleche-bas.png) no-repeat
506 gduche 76
}
77
 
564 benjamin 78
.aucunResultat {
79
	text-align: left;
80
}