From 0511485b93df2ffe55a987a8ea147ec2eb423497 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Mon, 24 Oct 2016 13:43:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4Terminal=E5=AD=97=E6=A0=B7?= =?UTF-8?q?=E7=9A=84=E7=9B=B8=E5=85=B3css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/site.css | 34 +++++++++++++------- Bootstrap.Admin/Views/Admin/Users.cshtml | 30 ++++++++--------- Bootstrap.Admin/Views/Shared/_Default.cshtml | 4 +-- 3 files changed, 38 insertions(+), 30 deletions(-) diff --git a/Bootstrap.Admin/Content/css/site.css b/Bootstrap.Admin/Content/css/site.css index ae052d34..9e3e5ccb 100644 --- a/Bootstrap.Admin/Content/css/site.css +++ b/Bootstrap.Admin/Content/css/site.css @@ -388,28 +388,38 @@ a.logo { padding: 0px 8px; } -.terminal-form-group { - margin-top: 10px; +.form-inline .form-group label.control-label { + margin-right: 10px; } -.terminal-dialog { +@media (max-width: 768px) { + .form-inline { + margin-bottom: -15px; + } + + .form-inline .form-group { + margin-bottom: 15px; + } +} + +.modal-body { + padding-bottom: 0; +} + +.modal-dialog { width: 800px; } -.terminal-close { - margin-top: 4px !important; -} - -.terminal-dialog-header { +.modal-header { background-color: #f5f5f5; border-top-left-radius: 6px; border-top-right-radius: 6px; + padding: 10px 15px; } -.terminal-pannel { - padding-bottom: 10px; - margin-bottom: 38px; -} + .modal-header .close { + margin-top: 1px; + } .fixed-table-loading { padding-top: 5px; diff --git a/Bootstrap.Admin/Views/Admin/Users.cshtml b/Bootstrap.Admin/Views/Admin/Users.cshtml index d284a4c4..dacd79eb 100644 --- a/Bootstrap.Admin/Views/Admin/Users.cshtml +++ b/Bootstrap.Admin/Views/Admin/Users.cshtml @@ -13,30 +13,28 @@ @Html.Partial("Navigator", Model) } @section query { -
-
- -
- -
- -
- -
-
- -
+ +
+ + +
+
+ + +
+
+
} @section modal {