From 7c2f944fadfb662422706254b0d26b4a3e2c5d36 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 24 Jun 2014 17:50:59 +0100 Subject: [PATCH] Style loading panel --- services/web/public/stylesheets/app/editor.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index e75ff0d807..2c2e0ada1e 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -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;