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 06:57:16 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-04 06:57:16 +0300
commitb191d5dc6c4900439076699ad19cb20dd57038c4 (patch)
treeb6072a5bd8e85575d23ba140c1c255c4dd661265 /plugins
parent919e185a7eaa686f9f4ac792e4244134ed6230f9 (diff)
Revert "Improve responsive layout header"
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/stylesheets/layout.less32
1 files changed, 0 insertions, 32 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index c5d8395dae..17740ecbc1 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -160,44 +160,12 @@
.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 {