2013-08-21 16:06:44 +02:00
|
|
|
body { padding-top: 70px; }
|
2013-09-24 17:42:37 +02:00
|
|
|
|
|
|
|
.load-indicator .mask {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
background-color: #666;
|
|
|
|
opacity: 0.3;
|
|
|
|
z-index: 998;
|
|
|
|
}
|
|
|
|
|
|
|
|
.load-indicator .label {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
color: #000;
|
|
|
|
background-color: #fff;
|
|
|
|
font-weight: normal;
|
|
|
|
z-index: 999;
|
|
|
|
border: none;
|
|
|
|
}
|