diff --git a/src/static/css/pad/loadingbox.css b/src/static/css/pad/loadingbox.css index dcd00f469..0c295007d 100644 --- a/src/static/css/pad/loadingbox.css +++ b/src/static/css/pad/loadingbox.css @@ -1,13 +1,13 @@ #editorloadingbox { + width: 100%; + z-index: 100; +} + +.editorloadingbox-message { padding-top: 100px; - padding-bottom: 100px; font-size: 2.5em; color: #aaa; text-align: center; - position: absolute; - width: 100%; - height: 30px; - z-index: 100; } #editorloadingbox input{ diff --git a/src/templates/pad.html b/src/templates/pad.html index 9624975ab..28d53c43d 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -92,12 +92,22 @@
-

You do not have permission to access this pad

+

+ You do not have permission to access this pad +

<% e.begin_block("loading"); %> -

Loading...

+

+ Loading... +

<% e.end_block(); %> - +