From 8eeb90a79b15fc91fea982555e70e802c667c7c2 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 30 Sep 2018 18:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E8=B0=83=E6=95=B4btn-fill=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Admin/Groups.cshtml | 2 +- Bootstrap.Admin/Views/Admin/Roles.cshtml | 2 +- Bootstrap.Admin/Views/Admin/Users.cshtml | 2 +- Bootstrap.Admin/wwwroot/css/admin-responsive.css | 2 -- Bootstrap.Client/wwwroot/css/site-responsive.css | 1 - 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Bootstrap.Admin/Views/Admin/Groups.cshtml b/Bootstrap.Admin/Views/Admin/Groups.cshtml index 18d36adb..4dd300c2 100644 --- a/Bootstrap.Admin/Views/Admin/Groups.cshtml +++ b/Bootstrap.Admin/Views/Admin/Groups.cshtml @@ -18,7 +18,7 @@
- +
diff --git a/Bootstrap.Admin/Views/Admin/Roles.cshtml b/Bootstrap.Admin/Views/Admin/Roles.cshtml index 304f6c82..29d00d49 100644 --- a/Bootstrap.Admin/Views/Admin/Roles.cshtml +++ b/Bootstrap.Admin/Views/Admin/Roles.cshtml @@ -23,7 +23,7 @@
- +
diff --git a/Bootstrap.Admin/Views/Admin/Users.cshtml b/Bootstrap.Admin/Views/Admin/Users.cshtml index fe84b264..4fe1a372 100644 --- a/Bootstrap.Admin/Views/Admin/Users.cshtml +++ b/Bootstrap.Admin/Views/Admin/Users.cshtml @@ -18,7 +18,7 @@
- +
diff --git a/Bootstrap.Admin/wwwroot/css/admin-responsive.css b/Bootstrap.Admin/wwwroot/css/admin-responsive.css index 3b468de8..fb345b53 100644 --- a/Bootstrap.Admin/wwwroot/css/admin-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/admin-responsive.css @@ -21,8 +21,6 @@ @media (min-width: 576px) { .btn-fill { width: auto; - align-self: flex-end; - margin-bottom: 2px; } } diff --git a/Bootstrap.Client/wwwroot/css/site-responsive.css b/Bootstrap.Client/wwwroot/css/site-responsive.css index 8dd7198c..00e334b8 100644 --- a/Bootstrap.Client/wwwroot/css/site-responsive.css +++ b/Bootstrap.Client/wwwroot/css/site-responsive.css @@ -25,7 +25,6 @@ @media (min-width: 576px) { .btn-fill { width: auto; - align-self: flex-end; } }