[Web] Slight css changes; Simple loading overlay...

This commit is contained in:
andre.peters
2018-01-25 13:22:17 +01:00
parent 04f9d74339
commit 855e93ef65
8 changed files with 419 additions and 34 deletions

View File

@@ -117,3 +117,22 @@ legend {
.lang-link-disabled {
cursor: not-allowed;
}
.dkim-label {
margin: 0 0 2px !important;
}
.overlay {
background: #fff;
position: absolute;
z-index: 10000;
top: 0; right: 0; bottom: 0; left: 0;
opacity: 0.7;
}
nav .glyphicon {
font-size: 12px !important;
}
.logged-in-as {
border-left: 1px solid #E7E7E7;
}
#top {
padding-top: 70px;
}