Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1038 Rev 1070
Line 62... Line 62...
62
.boutonOui {
62
.boutonOui {
63
	width:9%;
63
	width:9%;
64
	height:15px;
64
	height:15px;
65
	width:15px;
65
	width:15px;
66
	border-radius:0 2px 2px 0;
66
	border-radius:0 2px 2px 0;
-
 
67
	background-image: url("img/pouce_haut.png");
67
}
68
}
Line 68... Line 69...
68
 
69
 
69
.boutonOui:hover {
70
.boutonOui:hover {
70
	background:#8EB533;
71
	background-image: url("img/pouce_haut_hover.png");
Line 71... Line 72...
71
}
72
}
72
 
73
 
73
.boutonNon:hover {
74
.boutonNon:hover {
Line 74... Line 75...
74
	background:#C61717
75
	background-image: url("img/pouce_bas_hover.png");
75
}
76
}
76
 
77
 
77
.boutonNon {
78
.boutonNon {
78
	width:9%;
79
	width:9%;
-
 
80
	height:15px;
79
	height:15px;
81
	width:15px;