diff --git a/main.css b/main.css index ed671903c5..00ea28faea 100644 --- a/main.css +++ b/main.css @@ -282,7 +282,6 @@ input[type="number"]::-webkit-inner-spin-button { border-top: 1px solid #7d7d79; background-color: #bfbeb5; } - #status-bar div { float: left; @@ -291,6 +290,25 @@ input[type="number"]::-webkit-inner-spin-button { border-right: 1px solid #7d7d79; } +#cache { + display: none; +} +.data-loading { + width: 100%; + height: 100%; + + background-image: url('../images/loading-bars.svg'); + background-repeat: no-repeat; + background-position: center 45%; +} + +.data-loading p { + position: relative; + top: calc(45% + 45px); + + text-align: center; + font-weight: bold; +} @font-face { font-family: 'icons'; diff --git a/main.html b/main.html index a44c5c9a05..57a9f141b0 100644 --- a/main.html +++ b/main.html @@ -18,7 +18,6 @@ - @@ -131,5 +130,10 @@ 0 +
Waiting for data ...
+