diff --git a/Bootstrap.Admin/Views/Admin/Users.cshtml b/Bootstrap.Admin/Views/Admin/Users.cshtml index b4c85641..fac71bfd 100644 --- a/Bootstrap.Admin/Views/Admin/Users.cshtml +++ b/Bootstrap.Admin/Views/Admin/Users.cshtml @@ -9,19 +9,19 @@ @section query {
-
+
-
+
-
+
diff --git a/Bootstrap.Admin/wwwroot/css/admin.css b/Bootstrap.Admin/wwwroot/css/admin.css index 2d906259..a6c21f03 100644 --- a/Bootstrap.Admin/wwwroot/css/admin.css +++ b/Bootstrap.Admin/wwwroot/css/admin.css @@ -53,7 +53,6 @@ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; - vertical-align: middle; } diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index a2147a2c..ba310c74 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -423,6 +423,7 @@ a, a:hover, a:focus { background-color: transparent; border-top-left-radius: 0; border-top-right-radius: 0; + padding: 7.5px 10px; } .breadcrumb > li.active { @@ -474,14 +475,6 @@ a, a:hover, a:focus { } /*bs v4.1.3*/ -.form-control:focus { - box-shadow: none; -} - -.form-check-input { - margin-top: 0.4rem; -} - .card { margin-bottom: 15px; }