From ba397352e808545d50cbf297f8da303b3adf4815 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 25 Aug 2018 19:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddatatimepicker=E6=8E=A7=E4=BB=B6=E5=9C=A8boot?= =?UTF-8?q?strap4.7=E4=B8=8B=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index a03f1017..b3e91cff 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -116,6 +116,14 @@ input.pending { line-height: normal; } +.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { + padding: 5px; +} + +.datetimepicker table tr td span { + white-space: nowrap; +} + .card-view:not(:last-child) { margin-bottom: 6px; }