Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1065 Rev 1070
Line 383... Line 383...
383
	padding:5px;
383
	padding:5px;
384
	margin-top:-30px;
384
	margin-top:-30px;
385
	border-radius:10px;
385
	border-radius:10px;
386
}
386
}
Line 387... Line 387...
387
 
387
 
-
 
388
.boutonVoteOuiDesactive {
388
.boutonVoteDesactive * {
389
	background-image: url("img/pouce_haut_desactive.png") !important;
389
	color:#999999;
390
	color:#999999;
390
	cursor: default;
391
	cursor: default !important;
Line 391... Line 392...
391
}
392
}
-
 
393
 
-
 
394
.boutonVoteNonDesactive {
392
 
395
	background-image: url("img/pouce_bas_desactive.png") !important;
393
.boutonVoteDesactive:hover {
396
	color:#999999;
Line 394... Line 397...
394
	background-color:#AAAAAA !important;
397
	cursor: default !important;
395
}
398
}
396
 
399
 
Line 425... Line 428...
425
}
428
}
Line 426... Line 429...
426
 
429
 
427
.propositionInitiale {
430
.propositionInitiale {
428
	color:#8EB533;
431
	color:#8EB533;
-
 
432
	font-weight:bold;
-
 
433
}
-
 
434
 
-
 
435
.etoiles {
-
 
436
    height: 26px;
-
 
437
    margin-left: 38px;
-
 
438
    margin-top: -2px;
-
 
439
    width: 26px;
-
 
440
}
-
 
441
 
-
 
442
.etoiles_0 {
-
 
443
	background:url("./img/0_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
-
 
444
}
-
 
445
.etoiles_1 {
-
 
446
	background:url("./img/1_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
-
 
447
}
-
 
448
.etoiles_2 {
-
 
449
	background:url("./img/2_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
-
 
450
}
-
 
451
.etoiles_3 {
-
 
452
	background:url("./img/3_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
-
 
453
}
-
 
454
.etoiles_4 {
-
 
455
	background:url("./img/4_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
-
 
456
}
-
 
457
.etoiles_5 {
429
	font-weight:bold;
458
	background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
430
}
459
}