1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 11:20:25 +02:00

Admin-nav simplified further

This commit is contained in:
Cameron
2017-04-02 12:55:24 -07:00
parent 35859cf46b
commit 06cffc85c9
2 changed files with 4 additions and 4 deletions

View File

@@ -1577,7 +1577,7 @@ td img.thumbnail { margin-bottom:0 }
.adminlist { border:1px solid rgba(0,0,0,0.1); }
.nav-admin .fa { font-size:18px }
.nav-admin.navbar-left li a { padding-left:20px; padding-right:20px}
@media (min-width: 1101px ){

View File

@@ -28,7 +28,7 @@ $E_ADMIN_NAVIGATION['button'] = '
<li class="dropdown">
<a class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" title="{LINK_TEXT}">
{LINK_IMAGE} <span class="hidden-md hidden-lg">{LINK_TEXT}</span>
<b class="caret"></b>
</a>
{SUB_MENU}
</li>
@@ -39,8 +39,8 @@ $E_ADMIN_NAVIGATION['button'] = '
$E_ADMIN_NAVIGATION['button_active'] = '
<li class="dropdown active">
<a class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}">
{LINK_IMAGE}
<b class="caret"></b>
{LINK_IMAGE} <span class="hidden-md hidden-lg">{LINK_TEXT}</span>
</a>
{SUB_MENU}
</li>