From 20a657db05862da2a5cb53e5aa60fb9043ac710d Mon Sep 17 00:00:00 2001
From: Thomas Steur <tsteur@users.noreply.github.com>
Date: Mon, 21 Jul 2014 16:30:36 +0200
Subject: [PATCH] refs #5406 the loading message should be still centered in
 widgets

---
 plugins/Dashboard/stylesheets/dashboard.less | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 67e97397e4..4bba174dd2 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -206,16 +206,17 @@
 
 .widgetLoading {
   cursor: wait;
+  text-align: center;
 }
 
 .widgetLoading, .widgetLoadingError, .dimensionLoadingError {
   padding: 10px;
-  text-align: left;
   font-size: 10pt;
 }
 
 .widgetLoadingError, .dimensionLoadingError {
   color: @theme-color-brand;
+  text-align: left;
 }
 
 #closeMenuIcon {
@@ -541,4 +542,4 @@ div.widgetpreview-preview {
   .button#close,.button#maximise {
     display:none;
   }
-}
\ No newline at end of file
+}
-- 
GitLab