Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1124 Rev 1193
Line 60... Line 60...
60
}
60
}
Line 61... Line 61...
61
 
61
 
62
.boutonOui {
62
.boutonOui {
63
	width:9%;
63
	width:9%;
64
	height:15px;
64
	height:15px;
65
	width:15px;
65
	width:30px;
66
	border-radius:0 2px 2px 0;
66
	border-radius:0 2px 2px 0;
67
	background-image: url("img/pouce_haut.png");
67
	background-image: url("img/pouce_haut.png");
Line 68... Line 68...
68
}
68
}
Line 76... Line 76...
76
}
76
}
Line 77... Line 77...
77
 
77
 
78
.boutonNon {
78
.boutonNon {
79
	width:9%;
79
	width:9%;
80
	height:15px;
80
	height:15px;
81
	width:15px;
81
	width:30px;
82
	border-radius:2px 0 0 2px;
82
	border-radius:2px 0 0 2px;
-
 
83
	background-image: url("img/pouce_bas.png");
83
	background-image: url("img/pouce_bas.png");
84
	margin-right:5px;
Line 84... Line 85...
84
}
85
}
85
 
86
 
86
.score {
87
.score {