diff --git a/Bootstrap.Admin/Views/Shared/GroupConfig.cshtml b/Bootstrap.Admin/Views/Shared/GroupConfig.cshtml index 5a598773..03d2ccc8 100644 --- a/Bootstrap.Admin/Views/Shared/GroupConfig.cshtml +++ b/Bootstrap.Admin/Views/Shared/GroupConfig.cshtml @@ -11,8 +11,14 @@ diff --git a/Bootstrap.Admin/Views/Shared/NavigatorConfig.cshtml b/Bootstrap.Admin/Views/Shared/NavigatorConfig.cshtml index da0572fa..02e24537 100644 --- a/Bootstrap.Admin/Views/Shared/NavigatorConfig.cshtml +++ b/Bootstrap.Admin/Views/Shared/NavigatorConfig.cshtml @@ -11,8 +11,14 @@ diff --git a/Bootstrap.Admin/Views/Shared/RoleConfig.cshtml b/Bootstrap.Admin/Views/Shared/RoleConfig.cshtml index 7eb414b9..7660696c 100644 --- a/Bootstrap.Admin/Views/Shared/RoleConfig.cshtml +++ b/Bootstrap.Admin/Views/Shared/RoleConfig.cshtml @@ -11,8 +11,14 @@ diff --git a/Bootstrap.Admin/Views/Shared/UserConfig.cshtml b/Bootstrap.Admin/Views/Shared/UserConfig.cshtml index 085a5b2e..4cd1ecbf 100644 --- a/Bootstrap.Admin/Views/Shared/UserConfig.cshtml +++ b/Bootstrap.Admin/Views/Shared/UserConfig.cshtml @@ -11,8 +11,14 @@ diff --git a/Bootstrap.Admin/Views/Shared/_Default.cshtml b/Bootstrap.Admin/Views/Shared/_Default.cshtml index 8e3b79e0..f84c996b 100644 --- a/Bootstrap.Admin/Views/Shared/_Default.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Default.cshtml @@ -34,10 +34,12 @@ @RenderSection("modal", false) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index af5497fc..252bc014 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -65,6 +65,10 @@ input.pending { padding: 15px 15px 0 15px; } +.modal-footer .btn span:last-child { + display: inline; +} + .btn span:last-child { margin-left: 4px; display: none;