From 6a957007091debe68add80b5e54e02da9f2ee220 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Tue, 15 Nov 2016 00:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG=EF=BC=9AiOS=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=A4=8D=E9=80=89=E6=A1=86=E4=B8=8D=E8=83=BD=E5=9E=82?= =?UTF-8?q?=E7=9B=B4=E5=B1=85=E4=B8=AD=EF=BC=8C=E7=B2=BE=E7=AE=80css?= =?UTF-8?q?=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-responsive.css | 4 ---- Bootstrap.Admin/Content/css/admin.css | 6 ++++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Bootstrap.Admin/Content/css/admin-responsive.css b/Bootstrap.Admin/Content/css/admin-responsive.css index 272969c8..89045c0d 100644 --- a/Bootstrap.Admin/Content/css/admin-responsive.css +++ b/Bootstrap.Admin/Content/css/admin-responsive.css @@ -47,10 +47,6 @@ white-space: nowrap; text-overflow: ellipsis; } - - .modal-body .checkbox label input[type='checkbox'] { - top: 4px; - } } @media (max-width: 548px) { diff --git a/Bootstrap.Admin/Content/css/admin.css b/Bootstrap.Admin/Content/css/admin.css index c9cb4534..88d2d4c9 100644 --- a/Bootstrap.Admin/Content/css/admin.css +++ b/Bootstrap.Admin/Content/css/admin.css @@ -175,8 +175,10 @@ ul.sidebar-menu { } .modal-body .checkbox label input[type='checkbox'] { - margin-right: 6px; - top: 2px; + margin: 0 4px 0 0; + vertical-align: middle; + position: relative; + top: -1px; } .toolbar {