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-11 00:48:39 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-12 00:04:31 +0400
commit41fb2ec68f9a8009eef45bee9b11f6f1ea05dc8e (patch)
treea6d46b578af2ff4c06727d608a8e93f2b2e72fb4
parenta36e45c0c90a3544d329391409273201c98dcf38 (diff)
Refs #5976, fix CSS for tests and row evolution.
-rw-r--r--plugins/CoreHome/stylesheets/dataTable/_dataTable.less18
-rw-r--r--plugins/CoreHome/stylesheets/zen-mode.less6
2 files changed, 20 insertions, 4 deletions
diff --git a/plugins/CoreHome/stylesheets/dataTable/_dataTable.less b/plugins/CoreHome/stylesheets/dataTable/_dataTable.less
index 4eb0d11467..ced22092e8 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_dataTable.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_dataTable.less
@@ -168,6 +168,8 @@ table.dataTable img {
.dataTable > .dataTableWrapper {
width: 450px;
+ margin-bottom: 9px; // same height as expand/contract button (so datatable height will encompass the
+ // expand/contract button)
}
.subDataTable > .dataTableWrapper {
@@ -402,6 +404,22 @@ div:not(#dashboard) .dataTableFeatures {
cursor: pointer;
}
+// customizing footer appearance for row evolution graph
+.ui-dialog .dataTableVizEvolution {
+ .expandDataTableFooterDrawer,.foldDataTableFooterDrawer {
+ display: none !important;
+ }
+
+ .dataTableFooterIcons {
+ display: block;
+ }
+
+ .dataTableFeatures {
+ border-bottom-style: none !important;
+ margin-top: 0 !important;
+ }
+}
+
@-moz-document url-prefix() {
#dashboard .dataTableFeatures .expandDataTableFooterDrawer {
diff --git a/plugins/CoreHome/stylesheets/zen-mode.less b/plugins/CoreHome/stylesheets/zen-mode.less
index 5ce304b6ea..fe4eb58dcd 100644
--- a/plugins/CoreHome/stylesheets/zen-mode.less
+++ b/plugins/CoreHome/stylesheets/zen-mode.less
@@ -93,8 +93,6 @@
}
}
-#content:not(.admin){
- &> div:not(#dashboard) .dataTableFeatures .expandDataTableFooterDrawer {
- margin-bottom: -9px;
- }
+div:not(#dashboard) .dataTableFeatures .expandDataTableFooterDrawer {
+ margin-bottom: -9px;
}