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 <thomas.steur@googlemail.com>2014-07-21 17:27:44 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-07-21 17:27:44 +0400
commitac360489b9b9800424b84de7b5d11ad6b7101be2 (patch)
treed0c0cfc0a619284be88132c977bce002c44434a8 /plugins/Dashboard/stylesheets
parent4bdf5d17c8ceb3a979164c854ffad8ae7a5e41cb (diff)
refs #5406 added a more detailed error message, some ui tweaks and display a link to email sysadmin if possible
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index fb59494026..2d28343213 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -204,13 +204,20 @@
display: none;
}
-.widgetLoading, .widgetLoadingError {
+.widgetLoading {
cursor: wait;
+}
+
+.widgetLoading, .widgetLoadingError {
padding: 10px;
text-align: center;
font-size: 10pt;
}
+.widgetLoadingError {
+ color: @theme-color-brand;
+}
+
#closeMenuIcon {
float: right;
margin: 3px;