| @@ -380,6 +380,16 @@ body.menu-show .body-right { | |||||
| background:var(--danger); | background:var(--danger); | ||||
| border-radius:50% | border-radius:50% | ||||
| } | } | ||||
| .fullpagediv { | |||||
| position:absolute; | |||||
| top:0; | |||||
| left:0; | |||||
| width:100%; | |||||
| height:100%; | |||||
| background:var(--bg); | |||||
| opacity:0.6; | |||||
| z-index:1980 | |||||
| } | |||||
| .spinner-border { | .spinner-border { | ||||
| width:20px; | width:20px; | ||||
| height:20px; | height:20px; | ||||
| @@ -425,16 +435,6 @@ body.menu-show .body-right { | |||||
| width:500px; | width:500px; | ||||
| z-index:19994 | z-index:19994 | ||||
| } | } | ||||
| .fullpagediv { | |||||
| position:absolute; | |||||
| top:0; | |||||
| left:0; | |||||
| width:100%; | |||||
| height:100%; | |||||
| background:var(--bg); | |||||
| opacity:0.6; | |||||
| z-index:19995 | |||||
| } | |||||
| .atlas { | .atlas { | ||||
| float:left; | float:left; | ||||
| margin-right:10px; | margin-right:10px; | ||||