1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 21:32:09 +02:00

Fix for large amount of submenu items in admin menu.

This commit is contained in:
Cameron
2017-11-19 07:29:10 -08:00
parent b16d44f584
commit 9d4d0b8176
3 changed files with 32 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ $E_ADMIN_NAVIGATION['button_other'] = '
';
$E_ADMIN_NAVIGATION['start_sub'] = '
<ul class="dropdown-menu" role="menu" >
<ul class="dropdown-menu {LINK_SUB_OVERSIZED}" role="menu" >
';
$E_ADMIN_NAVIGATION['start_other_sub'] = '

View File

@@ -14384,8 +14384,9 @@ ul.chats li.out .message {
/**************** Custom *************************/
body { padding-top: 51px !important }
html { height: auto !important; }
body { margin-top: 51px;
padding: 0 !important; }
.navbar-fixed-top { background-color: #1e1e1e; color: #ffffff; border:0; margin:0!important }
.navbar-fixed-top a { color: #ffffff }
@@ -14468,6 +14469,11 @@ margin-bottom: 15px;
.popover { }
.popover .popover-title { background-color: #d9534f; color:white; font-weight:bold }
.dropdown-menu.oversized { width: 380px; }
.dropdown-menu.oversized li { width: 190px; height:38px; float:left; display:inline-block; overflow:hidden; }
@media only screen and (min-width : 768px) {
.is-table-row {