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-10-16 08:16:57 +0300
committerMatthieu Aubry <matt@piwik.org>2015-10-16 08:16:57 +0300
commit89f53c89fb700c57a347d7adae7cd50953a5d99a (patch)
treeead977a4467b8b3490ee2baf827a52c59f4a3f4f /plugins
parenta429c358e13f57fadeb446e2b982a47b75707955 (diff)
parent1bf34ac684ae28c91c05ebbba881a41318951cb7 (diff)
Merge pull request #9020 from piwik/allow_menu_standalone
Allow the left menu to be displayed by itself in a small iframe w/o triggering small @media CSS.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/stylesheets/layout.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index ccfed766cd..df20e7d985 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -129,7 +129,7 @@
margin-left: 45px;
}
- #secondNavBar {
+ #secondNavBar:not(.standalone) {
z-index: 9999;
position: absolute;
border-right: 1px solid @theme-color-background-tinyContrast;