From: Dan Scott Date: Mon, 23 Sep 2013 19:02:04 +0000 (-0400) Subject: TPAC: More responsive search result header buttons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b8a7e1f3713f09cb4a7a01de5043c97f544fc621;p=working%2FEvergreen.git 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 --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 38cc502f5c..d65d2e656c 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;