diff --git a/Bootstrap.Admin/Views/Admin/Menus.cshtml b/Bootstrap.Admin/Views/Admin/Menus.cshtml index 6adf9cee..aaa87353 100644 --- a/Bootstrap.Admin/Views/Admin/Menus.cshtml +++ b/Bootstrap.Admin/Views/Admin/Menus.cshtml @@ -14,15 +14,15 @@ @section query {
-
+
-
+
-
+
-
- +
+
-
+
@@ -120,7 +120,7 @@
-
+
@@ -130,7 +130,7 @@
-
+
@@ -142,7 +142,7 @@
-
+
@@ -152,7 +152,7 @@
-
+
diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 37bd6a76..ba531cf5 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -321,3 +321,17 @@ input.pending { .datetimepicker table tr td span { white-space: nowrap; } + +.form-inline .form-group-dropdown { + display: flex; + flex-wrap: nowrap; +} + + .form-inline .form-group-dropdown .control-label { + padding: 6px 0; + margin: 0 10px 0 0; + } + + .form-inline .form-group-dropdown .dropdown, .form-inline .form-group-dropdown .dropup { + display: inline-block; + }