From ce07b97b5075c8b43b5d3e65c40a1a4ad8c156b2 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 10 Dec 2018 15:58:39 -0500 Subject: [PATCH] PINES Custom: Adjust top menu bar in OPAC for baskets - Adjust spacing so that the basket doesn't go off the edge of the menu bar. - Add responsive code as well. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/css/style.css.tt2 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index a0be1e5a9b..11982c2e5b 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1087,6 +1087,7 @@ tr.result_table_row > td.result_table_pic_header { float: right; margin-right: 5em; [% END; %] + margin-top:-7px; } #record_basket_icon { [% IF rtl == 't' -%] @@ -2805,16 +2806,16 @@ div.result_table_utils { padding: 0px; margin: 0px; } - #homesearch_main_logo { - display:none; + #record_basket { + margin-top:14px; + } + #record_basket_icon { + display: none; } + #homesearch_main_logo img { + width:75%; .login-help-box { display: none; - } - .org_selector_dropdown { - padding:3px; - width:90%; - max-width:250px; } #format_selector { display:none; -- 2.11.0