From 8871074e76259b19f55671a67cedbecc1d7fd965 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 10 Sep 2020 10:03:56 -0500 Subject: [PATCH] LP#1778972 OPAC Redesign Tweaked input checkboxes to be more in-line with the label text Signed-off-by: blake Signed-off-by: Galen Charlton Signed-off-by: Jane Sandberg --- Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 index cc26774637..6e684b3b05 100755 --- a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 @@ -3042,6 +3042,11 @@ a.preflib_change { width: 16px; } +/* override a tiny bootstrap alignment issue */ +.form-check-input { + margin-top: .2rem; +} + @media only screen and (min-width: 992px) { .nav-fr{ float: right; -- 2.43.2