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:
authordiosmosis <benaka@piwik.pro>2015-10-16 05:50:42 +0300
committerdiosmosis <benaka@piwik.pro>2015-10-16 05:50:42 +0300
commit1bf34ac684ae28c91c05ebbba881a41318951cb7 (patch)
tree45db8160924a5d1c150e75b0e462d6e489d489cb /plugins
parent60bd87fb4834b33fd4744a071ee4cf35056010e2 (diff)
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 e1ada48519..1625996de2 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;