Revert "Display busy indicators in a much more consistent way. Fixes #1242"

This reverts commit 7fbefa507b which seems to be
missing things.
This commit is contained in:
Dave Page
2016-06-29 10:32:20 +01:00
parent 7fbefa507b
commit 1222681888
8 changed files with 60 additions and 115 deletions

View File

@@ -1349,7 +1349,3 @@ height: calc(100% - 35px);
table.backgrid {
overflow: auto;
}
.aciTree.aciTreeLoad {
background: none;
}

View File

@@ -342,30 +342,7 @@ span.fa.fa-arrow-left, .fa-arrow-right {
visibility: hidden;
}
i.wcTabIcon {
min-width: 20px;
}
.wcLoadingBackground {
background: black;
opacity: 0.6 !important;
}
.wcLoadingIcon.fa-spinner {
position: absolute;
font-size: 50px;
color: #ccc;
top: 40%;
left: calc(50% - 100px);
height: 49px !important;
}
.wcLoadingLabel {
top: 46%;
left: 0;
color: #fff;
width: calc(100% - 131px);
font-size: 20px;
position: absolute;
text-align: center;
}
}