From 739be8972746d7af3720da8ddcf88cd8a6a527c1 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Fri, 10 Aug 2018 15:01:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E5=BC=B9=E6=A1=86footer=E5=86=85=E6=8C=89=E9=92=AE=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Shared/GroupConfig.cshtml | 10 ++++++++-- Bootstrap.Admin/Views/Shared/NavigatorConfig.cshtml | 10 ++++++++-- Bootstrap.Admin/Views/Shared/RoleConfig.cshtml | 10 ++++++++-- Bootstrap.Admin/Views/Shared/UserConfig.cshtml | 10 ++++++++-- Bootstrap.Admin/Views/Shared/_Default.cshtml | 6 ++++-- Bootstrap.Admin/wwwroot/css/theme.css | 4 ++++ 6 files changed, 40 insertions(+), 10 deletions(-) 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;