From a9181c0134cf78cad4492ee45e1c35ab771ca9e4 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 12 Dec 2018 12:14:54 -0500 Subject: [PATCH] PINES CSS Customizations Restores previous CSS customizations that got knocked out somewhere along the way. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/css/style.css.tt2 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 44907efb80..cd16be4c52 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -226,7 +226,6 @@ for now until a better color is picked - if needed. font-size: [% css_fonts.size_base %]; font-weight: bold; position: relative; - top:4px; } #header-links a { @@ -2807,10 +2806,16 @@ div.result_table_utils { #record_basket_icon { display: none; } - #homesearch_main_logo img { - width:75%; + #homesearch_main_logo { + display:none; + } .login-help-box { display: none; + } + .org_selector_dropdown { + padding:3px; + width:90%; + max-width:250px; } #format_selector { display:none; -- 2.11.0