Skip to content

Commit

Permalink
pkp#2085 Adjust frontend nav for new dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Aug 30, 2017
1 parent 291544a commit ea771fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions styles/helpers.less
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,3 @@
.pkp_helpers_black_bg {
background-color: black;
}

li.show {
list-style: disc;
margin-left: 1px;
}
6 changes: 3 additions & 3 deletions templates/frontend/components/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

{* Primary site navigation *}
{if $currentContext}
<nav id="pkp_content_nav" class="pkp_navigation_primary_row navDropdownMenu" aria-label="{translate|escape key="common.navigation.site"}">
<nav id="pkp_content_nav" class="pkp_navigation_primary_row" aria-label="{translate|escape key="common.navigation.site"}">
<div class="pkp_navigation_primary_wrapper">

{* Primary navigation menu for current application *}
Expand All @@ -84,10 +84,10 @@
</nav>
{/if}

<nav class="pkp_navigation_user_wrapper navDropdownMenu" id="navigationUserWrapper" aria-label="{translate|escape key="common.navigation.user"}">
<nav class="pkp_navigation_user_wrapper" id="navigationUserWrapper" aria-label="{translate|escape key="common.navigation.user"}">
<ul id="navigationUser" class="pkp_navigation_user pkp_nav_list">
{if $isUserLoggedIn}
<li class="profile {if $unreadNotificationCount} has_tasks{/if}" aria-haspopup="true" aria-expanded="false">
<li class="profile {if $unreadNotificationCount} has_tasks{/if}">
<a href="{url router=$smarty.const.ROUTE_PAGE page="submissions"}">
{$loggedInUsername|escape}
<span class="task_count">
Expand Down

0 comments on commit ea771fd

Please sign in to comment.