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@gmail.com>2015-06-24 01:41:36 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-06-24 01:41:36 +0300
commit03347987f97ce41dda7313eadaa419b8f63e34d9 (patch)
tree6b66cf3f62dbda2ab10d0801beb47ae7b2364ca6 /plugins/Dashboard
parent2b8e50387b7fc490a9f54288bea54ff406082915 (diff)
when viewing the visitor log as a widget in the dashboard it does not look good because of card design
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/widget.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Dashboard/stylesheets/widget.less b/plugins/Dashboard/stylesheets/widget.less
index 3590004a72..3cc7ee16c6 100644
--- a/plugins/Dashboard/stylesheets/widget.less
+++ b/plugins/Dashboard/stylesheets/widget.less
@@ -101,6 +101,13 @@
}
}
+.widgetpreview-preview, #dashboard {
+ .widget .card {
+ margin: 0px;
+ border-radius: 0px;
+ }
+}
+
.widget.hiddenContent .widgetTop.widgetTopHover {
.button#minimise,.button#refresh {
display:none;