1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Reduce admin-navigation space usage.

This commit is contained in:
Cameron
2017-01-16 12:59:29 -08:00
parent c0e83fa657
commit e239ce7ab7
4 changed files with 8 additions and 5 deletions

View File

@@ -66,6 +66,9 @@ select:invalid:focus {
box-shadow: 0px 1px 1px 0px rgba(255, 0, 0, 0.75) inset;
}
.admin-icon-debug i { color: #f89406; margin-right:10px; cursor:help}
/*
.bootstrap-select, bootstrap-select button

View File

@@ -1305,7 +1305,7 @@ td.forumheader { background-image: linear-gradient(#303030,#212121 60%,#171717);
.navbar-nav > li > a.admin-icon-avatar { padding-top:8px; padding-bottom:5px}

View File

@@ -85,7 +85,7 @@ $E_ADMIN_NAVIGATION['button_language'] = '
// Logout / Settings / Personalize
$E_ADMIN_NAVIGATION['button_logout'] = '
<li class="dropdown">
<a class="dropdown-toggle" title="'.$label.'" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" >
<a class="dropdown-toggle admin-icon-avatar " title="'.$label.'" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" >
{LINK_IMAGE} {LINK_TEXT}
<b class="caret"></b>
</a>