diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl index 8fff207558..fa0ecf7b60 100755 --- a/view/theme/duepuntozero/nav.tpl +++ b/view/theme/duepuntozero/nav.tpl @@ -45,14 +45,13 @@ {{ if $nav.notifications }} - {{ endif }} {{ if $nav.settings }}$nav.settings.1{{ endif }} diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index bf9432245c..938fbe4716 100755 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2991,18 +2991,17 @@ ul.menu-popup { list-style: none; z-index: 100000; top: 90px; + left: 400px; } #nav-notifications-menu { width: 320px; max-height: 400px; overflow-y: scroll;overflow-style:scrollbar; background-color:#FFFFFF; - -moz-border-radius:0px 0px 5px 5px; - -webkit-border-radius:0px 0px 5px 5px; - border-radius:0px 0px 5px 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius:5px; border: 1px solid #888; - border-top: none; - } #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; } #nav-notifications-menu img { float: left; margin-right: 5px; }