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:
authorFabian Dellwing <f.dellwing@netfutura.de>2017-11-23 01:41:03 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-11-23 01:41:03 +0300
commit1f12b54962e58a893aa211b931b5e231c217df64 (patch)
treeca2db89980b0b8988a75116bdd875a2c1cad159d /plugins/Dashboard
parentbfc71ad6468737edf3c11093cb4d24735299f228 (diff)
issue #12175 (#12220)
this should fix uneven styling of widgets. could not monitor any unwanted differences, but it is possible.
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/widget.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Dashboard/stylesheets/widget.less b/plugins/Dashboard/stylesheets/widget.less
index d589681f66..8e4f1b2211 100644
--- a/plugins/Dashboard/stylesheets/widget.less
+++ b/plugins/Dashboard/stylesheets/widget.less
@@ -87,6 +87,7 @@
/** We do not want to show a material-card in a widget which is already a card */
.card {
box-shadow: 0 0;
+ padding: 0 10px;
.card-content {
padding: 0;
@@ -96,6 +97,9 @@
.jqplot-graph {
margin-top: 6px;
}
+ .sparkline {
+ padding: 0 10px;
+ }
}
.widgetContent.hidden {