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:
authordiosmosis <benaka@piwik.pro>2014-09-10 21:22:53 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-12 00:04:31 +0400
commita36e45c0c90a3544d329391409273201c98dcf38 (patch)
tree22a745467fd39dfdb1494c738d3c0d7c371d598c /plugins/Morpheus
parent10fddfbc96b55e6196815c48f880792e8bdc696c (diff)
Refs #5976, fix CSS changes for widgetized reports.
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/theme.less6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index 53743c3aa0..4b0b3d0020 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -497,14 +497,10 @@ table.dataTable .dataTableRowActions {
}
.dataTableFooterIcons {
- padding: 6px 8px;
+ padding: 6px 8px 0px;
border-top: 1px solid @color-silver-l80;
}
-#content .dataTableFooterIcons {
- padding: 6px 8px 0px;
-}
-
div.sparkline {
display: block;
width: 100%;