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:
@@ -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
|
||||
|
@@ -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}
|
||||
|
||||
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user