Subversion Repositories eFlore/Applications.del

Rev

Rev 655 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 655 Rev 677
Line 5... Line 5...
5
	margin-top: 10px;
5
	margin-top: 10px;
Line 6... Line 6...
6
	
6
	
Line 7... Line 7...
7
}
7
}
8
 
8
 
9
.barreNavigation {
9
.barreNavigation {
10
	max-width: 810px;
10
	max-width: 780px;
11
	margin-top: 0;
11
	margin-top: 0;
Line 12... Line 12...
12
	padding-bottom: 20px;
12
	padding-bottom: 20px;
Line 29... Line 29...
29
.boutonTriAsc, .boutonTriDesc {
29
.boutonTriAsc, .boutonTriDesc {
30
	border:none;
30
	border:none;
31
	cursor:pointer;
31
	cursor:pointer;
32
}
32
}
33
.boutonTriAsc:hover, .boutonTriDesc:hover {
33
.boutonTriAsc:hover, .boutonTriDesc:hover {
34
	background-color:#8EB533
34
	border-bottom:dotted 1px #8EB533
35
}
35
}
Line 36... Line 36...
36
 
36
 
37
.boutonTriAsc {
37
.boutonTriAsc {
38
	height: 20px;
38
	height: 19px;
39
	background: url(./img/fleche-haut.png) no-repeat
39
	background: url(./img/fleche-haut.png) no-repeat
Line 40... Line 40...
40
}
40
}
41
 
41
 
42
.boutonTriDesc {
42
.boutonTriDesc {
43
	height: 20px;
43
	height: 19px;
Line 44... Line 44...
44
	background: url(./img/fleche-bas.png) no-repeat
44
	background: url(./img/fleche-bas.png) no-repeat
45
}
45
}