Subversion Repositories eFlore/Applications.del

Rev

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

Rev 657 Rev 662
Line 332... Line 332...
332
	border-radius:3px;
332
	border-radius:3px;
333
	-moz-border-radius:3px;
333
	-moz-border-radius:3px;
334
	-webkit-border-radius:3px;
334
	-webkit-border-radius:3px;
335
}
335
}
Line 336... Line 336...
336
 
336
 
-
 
337
.bouton {
-
 
338
	background:#99C242;
337
.aDroite {
339
	padding:5px;
-
 
340
	border-radius:10px;
-
 
341
	border:none;
-
 
342
	cursor:pointer;
-
 
343
}
-
 
344
 
-
 
345
.bouton:hover {
-
 
346
	background:#8EB533;
338
	text-align:right;
347
	color:#FFF;
339
}
348
}