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

@@ -4,11 +4,11 @@
}
.sql-editor {
position: absolute;
left: 0;
right: 0;
top : 0;
bottom: 0;
position: absolute;
left: 0;
right: 0;
top : 0;
bottom: 0;
}
.sql-editor-busy-fetching {
@@ -20,10 +20,23 @@
margin:0;
padding: 0;
background: black;
opacity: 0.6;
opacity: 0.4;
z-index: 100;
}
.sql-editor-busy-icon {
position:absolute;
left: 45%;
top: 40%;
}
.sql-editor-busy-text {
position:absolute;
left: 42%;
top: 50%;
font-size: 20px;
}
#editor-panel {
position: absolute;
left: 0;