diff --git a/dashboard-ui/components/viewcontainer-lite.js b/dashboard-ui/components/viewcontainer-lite.js index e336780925..5f7fe0379b 100644 --- a/dashboard-ui/components/viewcontainer-lite.js +++ b/dashboard-ui/components/viewcontainer-lite.js @@ -34,10 +34,10 @@ define(['jQuery'], function ($) { dependencies.push('jqmcheckbox'); dependencies.push('legacy/dashboard'); dependencies.push('legacy/selectmenu'); + dependencies.push('jqmcontrolgroup'); } if (isPluginpage || (newView.classList && newView.classList.contains('type-interior'))) { - dependencies.push('jqmcontrolgroup'); dependencies.push('jqmlistview'); dependencies.push('scripts/notifications'); } diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 3813f8ec96..bd3a09d946 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -404,7 +404,11 @@ body:not(.dashboardDocument) .btnNotifications { .adminDrawerPanel #drawer { background: #fff !important; box-shadow: none !important; - border-right: 1px solid #e0e0e0; +} + +.adminDrawerPanel:not([narrow]) #drawer { + z-index: 998!important; + top: 65px !important; } .adminDrawerPanel .sidebarLink { @@ -461,6 +465,10 @@ body:not(.dashboardDocument) .btnNotifications { display: block; } +.adminDrawerPanel:not([narrow]) .adminDrawerLogo { + display: none; +} + .adminDrawerLogo img { height: 30px; } @@ -471,7 +479,6 @@ body:not(.dashboardDocument) .btnNotifications { } .adminDrawerPanel:not([narrow]) .libraryMenuButtonText { - padding-left: 240px !important; font-size: 150%; } diff --git a/dashboard-ui/metadatasubtitles.html b/dashboard-ui/metadatasubtitles.html index 7cd2750fa5..0bc3c5c600 100644 --- a/dashboard-ui/metadatasubtitles.html +++ b/dashboard-ui/metadatasubtitles.html @@ -10,8 +10,6 @@ -
${HeaderSubtitleDownloadingHelp}
-