Skip to content

Commit e13b5c5

Browse files
author
Jonathan Harper
committed
css updates to fix overlay issues. adding icon to repo
1 parent 1f7fc67 commit e13b5c5

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

content.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
position: absolute;
44
opacity: 0.8;
55
background-color: black;
6-
z-index: 5000;
6+
z-index: 2147483647;
77
}
88

99
#deconNotifier

d3logo.png

-49.3 KB
Binary file not shown.

decon-icon.png

1.3 KB
Loading

display.css

+11-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
border-left: 1px solid grey;
2222
}
2323

24+
#loading-screen {
25+
width:100%;
26+
height:100%;
27+
background-color: white;
28+
position:absolute;
29+
z-index: 5000;
30+
top:0;
31+
left:0;
32+
overflow:hidden;
33+
}
34+
2435
#page-content-wrapper {
2536
float: left;
2637
width: 100%;
@@ -77,7 +88,6 @@ div.bottomSticky {
7788
width: 180px;
7889
position: fixed;
7990
overflow-y: auto;
80-
transition: all 0.4s ease 0s;
8191
display: table-row;
8292
padding: 3px;
8393
bottom: 0px;

display.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
<span ng-controller="DataLoadingController">
1818
<div id="loading-screen"
19-
ng-if="visDataService.dataLoading.val"
20-
style="width:100%; height:100%; background-color: white; position:absolute; z-index: 5000; top:0; left:0; overflow:hidden;">
19+
ng-if="visDataService.dataLoading.val">
2120
<div style="left: 50%; top: 50%; font-size: 30pt;" >Loading...</div>
2221
</div>
2322
</span>

0 commit comments

Comments
 (0)