From 446fac5073a39dfe5d41a25b26c2c1b0f554e71d Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Mon, 26 Dec 2016 12:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E4=BD=BF=E6=8E=88=E6=9D=83=E5=BC=B9=E5=87=BA=E6=A1=86=E7=9A=84?= =?UTF-8?q?checkbox=E5=B7=A6=E9=97=B4=E9=9A=99=E4=B8=BA15px=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=87=8D=E5=A4=8D=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/admin.css | 16 ++++++++++------ Bootstrap.Admin/Content/js/Longbow.Common.js | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Bootstrap.Admin/Content/css/admin.css b/Bootstrap.Admin/Content/css/admin.css index b4298c57..d3e8310b 100644 --- a/Bootstrap.Admin/Content/css/admin.css +++ b/Bootstrap.Admin/Content/css/admin.css @@ -272,17 +272,21 @@ ul.sidebar-menu { /*Modal Dialog Checkbox*/ .modal-body .checkbox { - padding: 5px; + padding: 0px; margin-top: 0; } - .modal-body .checkbox label input[type='checkbox'] { - margin: 0 4px 0 0; - vertical-align: middle; - position: relative; - top: -1px; + .modal-body .checkbox label { + padding-left: 0; } + .modal-body .checkbox label input[type='checkbox'] { + margin: 0 4px 0 0; + vertical-align: middle; + position: relative; + top: -1px; + } + .modal-body .affix { position: fixed; bottom: 95px; diff --git a/Bootstrap.Admin/Content/js/Longbow.Common.js b/Bootstrap.Admin/Content/js/Longbow.Common.js index e37cd43b..8c6f48a4 100644 --- a/Bootstrap.Admin/Content/js/Longbow.Common.js +++ b/Bootstrap.Admin/Content/js/Longbow.Common.js @@ -118,7 +118,7 @@ url: this.url, data: {}, method: "POST", - htmlTemplate: '
', + htmlTemplate: '
', title: this.title, swal: true, modal: null,