From db411dc4f70d7a6d7ff961bcc6fa5dec5451fb04 Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Sun, 7 May 2017 17:20:09 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BD=A2=E5=BC=8F=E3=82=92=E6=8A=9E=E4=B8=80?= =?UTF-8?q?=E5=BC=8F=E3=83=BB=E8=A4=87=E6=95=B0=E9=81=B8=E6=8A=9E=E3=80=81?= =?UTF-8?q?=E6=A8=AA=E4=B8=A6=E3=81=B3=E8=A1=A8=E7=A4=BA=E3=81=AB=E3=81=97?= =?UTF-8?q?=E3=81=9F=E9=9A=9B=E3=80=81=E9=96=8B=E5=A7=8B=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E3=81=8C=E3=81=9A=E3=82=8C=E3=82=8B=20https://github.com/NetCo?= =?UTF-8?q?mmons3/NetCommons3/issues/847?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webroot/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webroot/css/style.css b/webroot/css/style.css index 7b72f109..bef36b59 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -9,6 +9,9 @@ .checkbox.nc-checkbox { padding-left: 20px; } +.form-input-outer > .checkbox-inline.nc-checkbox { + margin-right: 16px; +} .nc-checkbox label { padding-left: 0px; font-weight: normal;