diff --git a/Bootstrap.Admin/Content/css/jquery.nestable.css b/Bootstrap.Admin/Content/css/jquery.nestable.css index 7dd94220..787e4a58 100644 --- a/Bootstrap.Admin/Content/css/jquery.nestable.css +++ b/Bootstrap.Admin/Content/css/jquery.nestable.css @@ -184,10 +184,31 @@ .dd3-content > span { position: absolute; - right: 15px; top: 6px; } + .dd3-content .menuOrder { + right: 15px; + } + + .dd3-content .menuType { + right: 45px; + } + +@media (max-width: 480px) { + .dd3-content .menuType { + display: none; + } + + li[data-category="1"] .dd3-content .menuOrder { + color: green; + } +} + +li[data-category="1"] .dd3-content .menuType { + color: green; +} + .dd-dragel > .dd3-item > .dd3-content { margin: 0; } diff --git a/Bootstrap.Admin/Content/js/common-scripts.js b/Bootstrap.Admin/Content/js/common-scripts.js index 18efd56d..ebd2da84 100644 --- a/Bootstrap.Admin/Content/js/common-scripts.js +++ b/Bootstrap.Admin/Content/js/common-scripts.js @@ -3,10 +3,10 @@ var html = ""; $.each(menus, function (index, menu) { if (menu.Menus.length == 0) { - html += $.format('