Adding initial UI JS

This still needs lots of tests to be written, and checks for missing
browser functionality (specifically around Blob URLs)
This commit is contained in:
Jeff Avallone
2014-12-04 18:37:35 -05:00
parent bd19966cab
commit 257fb19369
5 changed files with 130 additions and 28 deletions
+4 -2
View File
@@ -175,7 +175,9 @@ header {
#error {
background: $red;
color: $white;
text-indent: 0.5em;
padding: 0 0.5em;
white-space: pre;
font-family: monospace;
font-weight: bold;
display: none;
@@ -192,7 +194,7 @@ header {
body.is-loading &, body.has-error & {
position: absolute;
top: -100px;
top: -10000px;
}
}