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 { -