Subversion Repositories eFlore/Applications.del

Rev

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

Rev 459 Rev 506
Line 9... Line 9...
9
.images>div {
9
.images>div {
10
	float: left;
10
	float: left;
11
	margin: 0 20px 10px 0px
11
	margin: 0 20px 10px 0px
12
}
12
}
Line -... Line 13...
-
 
13
 
-
 
14
.zoneTri {float:right}
-
 
15
 
-
 
16
.boutonTriAsc, .boutonTriDesc {
-
 
17
	border:none;
-
 
18
	cursor:pointer;
-
 
19
}
-
 
20
 
-
 
21
.boutonTriAsc:hover, .boutonTriDesc:hover {
-
 
22
	background-color:#8EB533
-
 
23
}
13
 
24
 
14
.boutonTriAsc {
25
.boutonTriAsc {
15
	height: 20px;
26
	height: 20px;
16
	background: url(./img/fleche-haut.png) no-repeat
27
	background: url(./img/fleche-haut.png) no-repeat
Line 17... Line 28...
17
}
28
}
18
 
29
 
19
.boutonTriDesc {
30
.boutonTriDesc {
20
	height: 20px;
-
 
21
	background: url(./img/fleche-bas.png) no-repeat
31
	height: 20px;
-
 
32
	background: url(./img/fleche-bas.png) no-repeat
-
 
33
}