diff options
author | friendica <info@friendica.com> | 2012-02-25 05:00:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-25 05:00:48 -0800 |
commit | 00edc89c4797934c4ec44c96fcddf2cea180601e (patch) | |
tree | 1b724e399d0fbe239506079b8893e167cfac21f5 /view/theme/duepuntozero | |
parent | c90bac57271625d06d92dfb2b7499d0787c55e3c (diff) | |
download | volse-hubzilla-00edc89c4797934c4ec44c96fcddf2cea180601e.tar.gz volse-hubzilla-00edc89c4797934c4ec44c96fcddf2cea180601e.tar.bz2 volse-hubzilla-00edc89c4797934c4ec44c96fcddf2cea180601e.zip |
notify positioning, theming
Diffstat (limited to 'view/theme/duepuntozero')
-rwxr-xr-x | view/theme/duepuntozero/nav.tpl | 3 | ||||
-rwxr-xr-x | view/theme/duepuntozero/style.css | 9 |
2 files changed, 5 insertions, 7 deletions
diff --git a/view/theme/duepuntozero/nav.tpl b/view/theme/duepuntozero/nav.tpl index 8fff20755..fa0ecf7b6 100755 --- a/view/theme/duepuntozero/nav.tpl +++ b/view/theme/duepuntozero/nav.tpl @@ -45,14 +45,13 @@ {{ if $nav.notifications }} - <li id="nav-notifications-linkmenu" class="nav-commlink"><a href="$nav.notifications.0" rel="#nav-notifications-menu" title="$nav.notifications.1">$nav.notifications.1</a> + <a id="nav-notifications-linkmenu" class="nav-commlink" href="$nav.notifications.0" rel="#nav-notifications-menu" title="$nav.notifications.1">$nav.notifications.1</a> <span id="notify-update" class="nav-ajax-left"></span> <ul id="nav-notifications-menu" class="menu-popup"> <li id="nav-notifications-mark-all"><a href="#" onclick="notifyMarkAll(); return false;">$nav.notifications.mark.1</a></li> <li id="nav-notifications-see-all"><a href="$nav.notifications.all.0">$nav.notifications.all.1</a></li> <li class="empty">$emptynotifications</li> </ul> - </li> {{ endif }} {{ if $nav.settings }}<a id="nav-settings-link" class="nav-link $nav.settings.2" href="$nav.settings.0" title="$nav.settings.3">$nav.settings.1</a>{{ endif }} diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index bf9432245..938fbe471 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; } |