From 2cc7ea4a12ff3215465f4e7e2c17ba45d9437420 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 23 Sep 2013 15:02:04 -0400 Subject: [PATCH] TPAC: More responsive search result header buttons Rather than having a specific height of 40px, which is crazy, remove the specific height. This enables the buttons contained in the search result header to wrap without overlapping the bottom border in strange patterns. Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/css/style.css.tt2 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 50087b4282..e3dcad8e30 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -257,7 +257,6 @@ span.dash_divider { } #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{ - height: 40px; margin-left: 2px; } @@ -658,8 +657,8 @@ div.format_icon { } #results_header_inner { - height: 32px; - padding-top:6px; + padding-top: 0.5em; + padding-bottom: 0.5em; } .cached_list_div { height: 25px; } @@ -667,7 +666,6 @@ div.format_icon { .results_header_div { float: left; width: 0px; - height: 25px; border-left: 1px solid [% css_colors.accent_mediumdark %]; border-right: 1px solid [% css_colors.accent_medium %]; margin: 0px 13px; -- 2.11.0