diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css
index 52b13db523..6b63c3588a 100644
--- a/app/Resources/public/css/base.css
+++ b/app/Resources/public/css/base.css
@@ -9440,6 +9440,11 @@ ul.dropdown-menu.inner > li > a {
float:right !important;
}
+ #count_message_li{
+ display: block;
+ float:right !important;
+ }
+
.sidebar-scorm {
width: 25.66666667%;
}
@@ -9486,9 +9491,6 @@ ul.dropdown-menu.inner > li > a {
/* Landscape phones and down */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
- #user-dropdown {
- display: none;
- }
#notification-menu{
width: 250px !important;
min-width : 250px !important;
@@ -9585,9 +9587,6 @@ ul.dropdown-menu.inner > li > a {
display: block;
font-size: 16px;
}
- #user-dropdown {
- display: none;
- }
#notification-menu{
width: 300px !important;
min-width : 300px !important;
diff --git a/main/template/default/layout/menu.tpl b/main/template/default/layout/menu.tpl
index 61c9a11dc1..8d502f3107 100755
--- a/main/template/default/layout/menu.tpl
+++ b/main/template/default/layout/menu.tpl
@@ -1,7 +1,7 @@
{% if _u.logged == 1 and not user_in_anon_survey %}
-