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/dataTableVisualizations.less')
-rw-r--r--plugins/CoreVisualizations/stylesheets/dataTableVisualizations.less26
1 files changed, 12 insertions, 14 deletions
diff --git a/plugins/CoreVisualizations/stylesheets/dataTableVisualizations.less b/plugins/CoreVisualizations/stylesheets/dataTableVisualizations.less
index 589278a6f4..ff2118b952 100644
--- a/plugins/CoreVisualizations/stylesheets/dataTableVisualizations.less
+++ b/plugins/CoreVisualizations/stylesheets/dataTableVisualizations.less
@@ -1,17 +1,3 @@
-/* container of each table */
-.dataTableVizHtmlTable > .dataTableWrapper {
- width: 450px;
- /* not more than 450px to make sure 2 tables can fit horizontally on a 1024 screen */
-}
-
-.dataTableVizAllColumns > .dataTableWrapper {
- width: 535px;
-}
-
-.dataTableVizPie > .dataTableWrapper, .dataTableVizBar > .dataTableWrapper {
- width: 500px;
- min-height: 1px;
-}
.piwik-graph {
height: 250px;
@@ -25,4 +11,16 @@
.piwik-graph {
height: 170px;
}
+}
+
+.widget .dataTableVizEvolution {
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
+.widget .tagCloud {
+ padding: 10px;
+}
+.widget .dataTableVizBar .jqplot-graph {
+ padding: 0 10px 10px 10px;
} \ No newline at end of file