Style loading panel

This commit is contained in:
James Allen 2014-06-24 17:50:59 +01:00
parent 71ca8f63ed
commit 7c2f944fad

View file

@ -169,6 +169,18 @@
right: 0;
}
.loading {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding-top: 10rem;
font-family: @font-family-serif;
text-align: center;
background-color: #fafafa;
}
// The internal components of the aceEditor directive
.ace-editor-wrapper {
position: absolute;