diff --git a/module/common/model.php b/module/common/model.php
index d3223d46dc..7283c5f5b6 100644
--- a/module/common/model.php
+++ b/module/common/model.php
@@ -290,7 +290,7 @@ class commonModel extends model
echo '
';
echo '' . html::a(helper::createLink('my', 'profile', '', '', true), " " . $lang->profile, '', "class='iframe' data-width='600'") . '';
echo '' . html::a(helper::createLink('my', 'changepassword', '', '', true), " " . $lang->changePassword, '', "class='iframe' data-width='600'") . '';
- echo '' . "" . '';
+ if($app->cookie->hideMenu) echo '' . "" . '';
echo "";
}
diff --git a/module/index/css/index.css b/module/index/css/index.css
index fee1cca0bb..da5bffafa0 100644
--- a/module/index/css/index.css
+++ b/module/index/css/index.css
@@ -13,9 +13,10 @@
#bars > li.active > a, #bars > li.active > a:active, #bars > li.active > a:focus {background: #0c64eb}
#bars > li.active:after {content: ' '; display: block; position: absolute; background: #a0cafa; height: 3px; left: 5px; right: 5px; bottom: 0; border-radius: 2px;}
+#menuFooter{height: 75px;}
#userNav{float: none; margin: 0;}
#userNav>li{text-align: center}
-#userNav>li>a{padding: 6px 6px;color: #fff; opacity: .9;margin-left: 0px}
+#userNav>li>a{padding: 6px 6px;color: #fff; opacity: .9;margin-left: 0px; text-align: center;}
#userNav>li>a:hover{background: #0c64eb;}
#userNav>li>.dropdown-menu{left: 100%; top: -310px; width: 140px;text-align: left; background: #3c495c;}
#userNav>li>.dropdown-menu a{color: #fff}
diff --git a/module/index/view/index.html.php b/module/index/view/index.html.php
index f2aeb0e0e2..b6df1a03d0 100644
--- a/module/index/view/index.html.php
+++ b/module/index/view/index.html.php
@@ -33,6 +33,9 @@ js::set('defaultOpen', $open);