- Added 'Plugin' text, shrunk padding to fit in 1200w

This commit is contained in:
Aaron Daniels
2015-11-19 16:54:37 +10:00
parent 2a52b935b5
commit cd62c1a792
2 changed files with 4 additions and 2 deletions

View File

@@ -1766,5 +1766,5 @@ label {
font-weight: normal;
}
.nav>li>a.dropdown-toggle {
padding: 15px 10px;
padding: 15px 6px;
}

View File

@@ -177,6 +177,8 @@ if ($_SESSION['userlevel'] >= '10') {
</li>
<?php
// AD
$config['show_services'] = true;
if ($config['show_services']) {
?>
<li class="dropdown">
@@ -451,7 +453,7 @@ if ($_SESSION['userlevel'] >= '5' && ($routing_count['bgp']+$routing_count['ospf
?>
<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');