Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3973 Rev 3989
Line 23... Line 23...
23
 
23
 
24
.modal-header .close {
24
.modal-header .close {
25
	text-shadow: none;
25
	text-shadow: none;
26
	background-color: rgba(0, 0, 0, 0.2);
26
	background-color: rgba(0, 0, 0, 0.2);
27
	color: #fff;
27
	color: #fff;
28
	font-size: 1rem;
28
	font-size: 2rem;
29
	padding: 1px;
29
	padding: 1px;
30
	margin: 0;
30
	margin: 0;
31
	position: fixed;
31
	position: fixed;
32
	top: 2px;
32
	top: 10px;
33
	right: 2px;
33
	right: 10px;
34
	opacity: 1;
34
	opacity: 1;
Line 35... Line 35...
35
}
35
}
36
 
36
 
Line 383... Line 383...
383
 
383
 
384
#map-close {
384
#map-close {
385
    z-index: 10000;
385
    z-index: 10000;
Line -... Line 386...
-
 
386
}
-
 
387
 
-
 
388
#hide-metas-div {
-
 
389
	position: absolute;
-
 
390
	top: 30px;
-
 
391
	left: 35%;
-
 
392
	z-index: 5;
-
 
393
	height: 30px;
-
 
394
	width: 30px;
-
 
395
	display: flex;
-
 
396
	justify-content: center;
-
 
397
	align-items: center;
-
 
398
	color: #fff;
-
 
399
	background-color: rgba(0,0,0,0.2);
-
 
400
	border: 1px solid white;
-
 
401
	border-radius: 50%;
-
 
402
}
-
 
403
 
-
 
404
.volet-hidden {
-
 
405
	left: 2% !important;
386
}
406
}
387
 
407
 
388
/*----------------------------------------------------------------------------------------------------------*/
408
/*----------------------------------------------------------------------------------------------------------*/
389
@media screen and (max-width: 1320px){
409
@media screen and (max-width: 1320px){
390
	.notation-star{
410
	.notation-star{