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=649ebac11d7d2bdd00e1571409b29837fd512d0f;p=working%2FEvergreen.git LP#1778972 OPAC Redesign Tweaked input checkboxes to be more in-line with the label text Signed-off-by: blake --- 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;