From 8d4c855c239390de9e3e3c39f2087bafd47863d2 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 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- 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.43.2