X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fduepuntozero%2Fstyle.css;h=938fbe47166037b86a601465c0bbef819f9b58cb;hb=a6d08ec8523ea45d6958882d4864232de0902b3b;hp=4604bedf08ad150bade0b9e278d579b24c9a1b13;hpb=6092567c977d9e28df9558db51bd5b3d269740e8;p=friendica.git diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 4604bedf08..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; } @@ -3034,3 +3033,7 @@ ul.menu-popup { height: 32px; padding: 7px 7px 0px 0px; } + +.notify-seen { + background: #DDDDDD; +} \ No newline at end of file