Skip to content

Commit

Permalink
Fix for the extension menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Apr 16, 2015
1 parent 19af652 commit aab49a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backstage/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ label .help-block {
display: inline;
}

.navbar .dropdown-toggle {
.navbar .dropdown-user {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
Expand Down
4 changes: 2 additions & 2 deletions include/backstage_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function load_admin_nav($section, $page) {
if (!empty($plugins))
{
?>
<li class="dropdown <?php if ($section == 'extensions') echo 'active'; ?>">
<li class="dropdown<?php if ($section == ' extensions') echo 'active'; ?>">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-fw fa-cogs"></span> <?php echo $lang['Extensions'] ?> <span class="fa fa-fw fa-angle-down">
</a>
Expand All @@ -114,7 +114,7 @@ function load_admin_nav($section, $page) {
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown usermenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<a href="#" class="dropdown-toggle dropdown-user" data-toggle="dropdown">
<?php print(luna_htmlspecialchars($luna_user['username'])) ?> <?php echo draw_user_avatar($luna_user['id'], 'avatar'); ?> <span class="fa fa-fw fa-angle-down"></span>
</a>
<ul class="dropdown-menu">
Expand Down

0 comments on commit aab49a3

Please sign in to comment.