diff --git a/Bootstrap.Admin/wwwroot/css/theme-responsive.css b/Bootstrap.Admin/wwwroot/css/theme-responsive.css index 3033cb38..f7d9cdf9 100644 --- a/Bootstrap.Admin/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/theme-responsive.css @@ -36,18 +36,22 @@ padding-bottom: 6px; } - .form-inline select.form-control, .form-inline .select.form-control { - min-width: 194px; + .form-inline input.form-control, .form-select > input.form-control { + width: 194px; } - .modal-lg { - max-width: calc(90%); + .form-inline .date input.form-control { + width: 1%; } .input-group.date { width: 194px; } + .modal-lg { + max-width: calc(90%); + } + .btn-fill { width: auto; } diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 952f2acf..a8db7b86 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -481,7 +481,7 @@ input.pending { margin-left: 6px; } -.btn span:last-child { +.btn i + span { margin-left: 4px; } @@ -554,7 +554,6 @@ input.pending { margin-left: 5px; } - .bootstrap-table .badge { padding: 4px 6px; } @@ -630,6 +629,10 @@ input.pending { padding: 1px 5px; } + .bootstrap-table .fixed-table-container .table.table-sm tbody td { + padding: 0.3rem; + } + .card-body .bootstrap-table { margin-top: -10px; }