From 199844db2d0982cf81cf127b99b5496cf5001741 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 19 May 2016 10:02:46 +0100 Subject: [PATCH] Fix styling of the bib-loading div. --- services/web/public/stylesheets/app/editor/binary-file.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/web/public/stylesheets/app/editor/binary-file.less b/services/web/public/stylesheets/app/editor/binary-file.less index 69b8c9f08d..7b42bb9b26 100644 --- a/services/web/public/stylesheets/app/editor/binary-file.less +++ b/services/web/public/stylesheets/app/editor/binary-file.less @@ -17,6 +17,11 @@ font-size: 24px; color: @gray; } + .bib-loading { + font-size: 24px; + color: @gray; + margin-bottom: 12px; + } .bib-preview { margin-bottom: 12px; .scroll-container {