Skip to content

Commit

Permalink
- Added 'Plugin' text, shrunk padding to fit in 1200w
Browse files Browse the repository at this point in the history
  • Loading branch information
adaniels21487 committed Nov 19, 2015
1 parent 2a52b93 commit cd62c1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1766,5 +1766,5 @@ label {
font-weight: normal;
}
.nav>li>a.dropdown-toggle {
padding: 15px 10px;
padding: 15px 6px;
}
4 changes: 3 additions & 1 deletion html/includes/print-menubar.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@
</li>

<?php
// AD
$config['show_services'] = true;

This comment has been minimized.

Copy link
@laf

laf Nov 19, 2015

Don't think this should be here :)

if ($config['show_services']) {
?>
<li class="dropdown">
Expand Down Expand Up @@ -451,7 +453,7 @@
?>

<li class="dropdown">
<a href="#" class="dropdown-toggle" data-hover="dropdown" data-toggle="dropdown"><i class="fa fa-plug fa-fw fa-lg fa-nav-icons hidden-md"></i> <span class="hidden-sm hidden-lg">Plugins</span></a>
<a href="#" class="dropdown-toggle" data-hover="dropdown" data-toggle="dropdown"><i class="fa fa-plug fa-fw fa-lg fa-nav-icons hidden-md"></i> <span class="hidden-sm">Plugins</span></a>
<ul class="dropdown-menu">
<?php
Plugins::call('menu');
Expand Down

0 comments on commit cd62c1a

Please sign in to comment.