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:
authorStefan Giehl <stefan@piwik.org>2017-06-03 12:50:11 +0300
committerGitHub <noreply@github.com>2017-06-03 12:50:11 +0300
commita0460bb4c584fee0f3f721b8510b9544041a369a (patch)
tree405f3df4d6d98ce2c9473930bf6c3a0fad031b71 /plugins/CoreVisualizations
parent50fd8218fe2e9bf7fd0be0bd71b8fd17938b472a (diff)
Fix icon size for multi row evolution (#11762)
Diffstat (limited to 'plugins/CoreVisualizations')
-rw-r--r--plugins/CoreVisualizations/stylesheets/jqplot.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/CoreVisualizations/stylesheets/jqplot.css b/plugins/CoreVisualizations/stylesheets/jqplot.css
index 025c179847..7c833650d1 100644
--- a/plugins/CoreVisualizations/stylesheets/jqplot.css
+++ b/plugins/CoreVisualizations/stylesheets/jqplot.css
@@ -157,6 +157,12 @@ a.rowevolution-startmulti {
font-weight: bold;
}
+.rowevolution table.metrics td.text img {
+ max-width: 16px;
+ max-height: 16px;
+ vertical-align: bottom;
+}
+
.multirowevolution table.metrics td.text {
padding-top: 8px;
}