Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2014-07-21 18:30:36 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-07-21 18:30:36 +0400
commit20a657db05862da2a5cb53e5aa60fb9043ac710d (patch)
tree94de3fdcc48d8f9e608504b39b246196331fe642 /plugins/Dashboard/stylesheets
parent2dbb388ebcabb49b9b9ac2e033fcb9c02a55599b (diff)
refs #5406 the loading message should be still centered in widgets
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less5
1 files 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
+}