From 57f58971ac8c765d8009a551f5428ccbf8327862 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 9 Sep 2020 11:20:03 -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/web/css/bootstrap/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/css/bootstrap/bootstrap.css b/Open-ILS/web/css/bootstrap/bootstrap.css index aa497136c8..e874607360 100644 --- a/Open-ILS/web/css/bootstrap/bootstrap.css +++ b/Open-ILS/web/css/bootstrap/bootstrap.css @@ -2144,7 +2144,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for .form-check-input { position: absolute; - margin-top: 0.3rem; + margin-top: 0.2rem; margin-left: -1.25rem; } @@ -8972,4 +8972,4 @@ a.text-dark:hover, a.text-dark:focus { border: 1px solid #ddd !important; } } -/*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file +/*# sourceMappingURL=bootstrap.css.map */ -- 2.11.0