From 6662b04323343af534251dda67aa8a4d972b4f5d Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 13 Feb 2021 08:52:43 -0800 Subject: [PATCH] Menu-Manager styling. --- e107_admin/menus.php | 8 ++++++-- e107_themes/bootstrap3/css/modern-dark.css | 6 ++++++ e107_themes/bootstrap3/css/modern-light.css | 9 +++++++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/e107_admin/menus.php b/e107_admin/menus.php index d7d62c8bc..485f4249a 100644 --- a/e107_admin/menus.php +++ b/e107_admin/menus.php @@ -72,6 +72,10 @@ if(e_MENUMANAGER_ACTIVE === false ) }*/ e107::getJs()->inlineCSS(" + .admin-left-panel { width: 315px !important; } + .admin-right-panel { width: 100% !important; } + span.sidebar-toggle-switch { display: none !important } + .sidebar-toggle-panel { display: initial !important } .menu-manager-items { padding-right:15px} .menu-manager-items div.item { padding:5px; margin:5px 0; border:1px solid rgba(255,255,255,0.3); border-radius:3px; cursor: move } .menu-manager-sticky { @@ -256,7 +260,7 @@ TEMPL; .ui-sortable-placeholder * { visibility: hidden; } i.S16 { - background: url(".e_THEME."bootstrap3/images/adminicons_16.png) no-repeat top left; + background: url(".e_THEME."bootstrap3/images/adminicons_16.webp) no-repeat top left; display:inline-block; width:17px; height:16px; *margin-right: .3em; line-height: 14px; @@ -964,7 +968,7 @@ class e_layout