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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-12 10:15:16 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-07-12 10:15:16 +0400
commit98e6c9b8874ffc8c18570ed4cc062cc5f0eb80c0 (patch)
tree033d5e1424be281305d2ca85980415c8bc8478f6 /plugins
parentc792ca8e35f1d104bbd16cdcc9f93708f31d9f6c (diff)
Refs #4041, fix widgetize datatable width regression.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/stylesheets/datatable.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/CoreHome/stylesheets/datatable.css b/plugins/CoreHome/stylesheets/datatable.css
index a4d76ee9c7..4bacc3a076 100644
--- a/plugins/CoreHome/stylesheets/datatable.css
+++ b/plugins/CoreHome/stylesheets/datatable.css
@@ -1,11 +1,3 @@
-/*Overriding some dataTable css for better dashboard display*/
-.widget .dataTableWrapper,
-.widget .dataTableGraphWrapper,
-.widget .dataTableActionsWrapper,
-.widget .dataTableGraphEvolutionWrapper {
- width: 100%;
-}
-
.widget {
z-index: 1;
}
@@ -42,6 +34,14 @@
width: 100%;
}
+/*Overriding some dataTable css for better dashboard display*/
+.widget .dataTableWrapper,
+.widget .dataTableGraphWrapper,
+.widget .dataTableActionsWrapper,
+.widget .dataTableGraphEvolutionWrapper {
+ width: 100%;
+}
+
/* main data table */
table.dataTable {
border: 0;