Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1334 Rev 1479
Line 427... Line 427...
427
	padding:5px;
427
	padding:5px;
428
	margin-top:-30px;
428
	margin-top:-30px;
429
	border-radius:10px;
429
	border-radius:10px;
430
}
430
}
Line 431... Line 431...
431
 
431
 
432
.votePrisEnCompteNon {
432
.votePrisEnCompteNon, .voteSupprime {
433
	background:#f06a6a;
433
	background:#f06a6a;
434
	position:absolute;
434
	position:absolute;
435
	font-size:11px;
435
	font-size:11px;
436
	padding:5px;
436
	padding:5px;
Line 740... Line 740...
740
	font-weight:bold;
740
	font-weight:bold;
741
	background:white;
741
	background:white;
742
	color:#FD8C13;
742
	color:#FD8C13;
743
	text-transform:uppercase;
743
	text-transform:uppercase;
Line -... Line 744...
-
 
744
	
-
 
745
}
-
 
746
 
-
 
747
.elementMasque {
-
 
748
	background-color: #777;
-
 
749
	cursor: default;
-
 
750
	display: block;
-
 
751
	opacity: 0.7;
-
 
752
	left: 0;
-
 
753
	top: 0;
-
 
754
	position: relative;
-
 
755
	width: 100%;
-
 
756
	z-index: 1100;
744
	
757
	height: 100%
745
}
758
}