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 <thomas.steur@gmail.com>2015-12-03 23:43:58 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-12-03 23:43:58 +0300
commitc6f6292a409b03eddb3d48a04241626e8c5662c4 (patch)
tree82013acefac0e7b2306904354d4be332e3196ef5 /plugins/CoreHome
parent016a8adcdf8b702effca5c60d354e8cfa90047d4 (diff)
make responsive layout header look a bit better
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/stylesheets/layout.less28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index 17740ecbc1..2700ce4da4 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -166,6 +166,34 @@
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 {