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:
Diffstat (limited to 'plugins/CoreVisualizations/stylesheets/jqplot.css')
-rw-r--r--plugins/CoreVisualizations/stylesheets/jqplot.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/CoreVisualizations/stylesheets/jqplot.css b/plugins/CoreVisualizations/stylesheets/jqplot.css
index f074320c43..025c179847 100644
--- a/plugins/CoreVisualizations/stylesheets/jqplot.css
+++ b/plugins/CoreVisualizations/stylesheets/jqplot.css
@@ -76,12 +76,11 @@
.rowevolution {
position: relative;
- overflow: hidden;
text-align: left;
}
#Piwik_Popover .rowevolution .alert-info {
- margin-left: 0px;
+ margin-left: 0;
}
a.rowevolution-startmulti {
@@ -118,6 +117,11 @@ a.rowevolution-startmulti {
-khtml-user-select: none; /* Webkit (Safari, Chrome) */
}
+.rowevolution table.metrics td.sparkline,
+.multirowevolution table.metrics td.sparkline {
+ float:none;
+}
+
.rowevolution table.metrics tr {
margin: 0;
padding: 0;