From: blake Date: Thu, 10 Sep 2020 15:03:56 +0000 (-0500) Subject: LP#1778972 OPAC Redesign X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8871074e76259b19f55671a67cedbecc1d7fd965;p=Evergreen.git 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 --- 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;