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:
authorMatthieu Aubry <matt@piwik.org>2015-12-04 03:27:33 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-04 03:27:33 +0300
commitde427f33efa56695a1701c54b6f703c692b1dcb7 (patch)
tree69ac4f482422d43ae360530e1e36645fa1a98bd9 /plugins
parentf0a48bedd88123805f1eee2e029bec9e40e4428e (diff)
parent15c1fd89f15d2df35ae1aeaaad6bead6965137c9 (diff)
Merge pull request #9322 from piwik/9250
Improve responsive layout header
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/stylesheets/layout.less32
1 files changed, 32 insertions, 0 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index 17740ecbc1..c5d8395dae 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -160,12 +160,44 @@
.top_controls {
height: auto;
+ #header_message.isPiwikDemo {
+ text-align: left;
+ }
+
.isPiwikDemo,
.piwikTopControl {
position: static !important;
margin: 0 0 10px;
float: none;
display: inline-block;
+ width: 100%;
+
+ .segmentationContainer {
+ .submenu {
+ width: 100%;
+ }
+ .segmentFilterContainer {
+ width:100%;
+ > input[type="text"] {
+ width: 100%;
+ }
+ }
+ .segmentList {
+ max-width: none;
+ }
+ }
+
+ .siteSelector {
+ width: 100%;
+
+ .custom_select_all a,
+ .custom_select_ul_list li a,
+ a.title,
+ a.title > span,
+ .dropdown {
+ max-width: none;
+ }
+ }
}
.isPiwikDemo {