From 649ebac11d7d2bdd00e1571409b29837fd512d0f 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 --- 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 cf21aa6f58..44b118f62a 100755 --- a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 @@ -2968,6 +2968,11 @@ a.preflib_change { white-space: pre-wrap; } +/* override a tiny bootstrap alignment issue */ +.form-check-input { + margin-top: .2rem; +} + @media only screen and (min-width: 992px) { .nav-fr{ float: right; -- 2.11.0