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:
authorThomas Steur <tsteur@users.noreply.github.com>2015-06-22 08:27:32 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-06-22 08:27:32 +0300
commit9f8016f98746407b9a46b22c19a0e4521d588a22 (patch)
tree7d698724c9d2037a579c6dd949b6473e7fa4505b /plugins/Dashboard/stylesheets
parentbe7a17e39d795f997e7d9aef600dac4abb856308 (diff)
fix dashboard mobile view takes too much space
See http://builds-artifacts.piwik.org/ui-tests.master/13566.7/UIIntegrationTest_dashboard5_mobile
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 311ca0c2d8..75ca9a02a3 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -18,9 +18,9 @@
}
.top_controls #periodString,
- .top_controls .dashboardSettings,
- .top_controls #segmentEditorPanel {
- position: static;
+ .top_controls .dashboardSettings,
+ .top_controls .segmentEditorPanel {
+ position: static !important;
margin: 0 0 10px;
float: none;
}