Subversion Repositories eFlore/Applications.del

Rev

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

Rev 455 Rev 459
Line 27... Line 27...
27
.zoneProtocoles {
27
.zoneProtocoles {
28
	margin-left: 40%;
28
	margin-left: 40%;
29
	position: absolute;
29
	position: absolute;
30
}
30
}
Line 31... Line -...
31
 
-
 
32
.boutonTriAsc {
-
 
33
	height: 20px;
-
 
34
	background: url(./img/fleche-haut.png) no-repeat
-
 
35
}
-
 
36
 
-
 
37
.boutonTriDesc {
-
 
38
	height: 20px;
-
 
39
	background: url(./img/fleche-bas.png) no-repeat
-
 
40
}
31