From b696d93c721ba05d934afb63e596e15749b8ccf8 Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 26 Jun 2014 17:25:25 +0100 Subject: [PATCH] Fix loading element --- services/web/public/stylesheets/app/editor.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index b1027d8271..20827b8724 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -27,14 +27,14 @@ #editor { .full-size; +} - .loading { - .full-size; - padding-top: 10rem; - font-family: @font-family-serif; - text-align: center; - background-color: #fafafa; - } +.loading { + .full-size; + padding-top: 10rem; + font-family: @font-family-serif; + text-align: center; + background-color: #fafafa; } // The internal components of the aceEditor directive