From: Dan Scott Date: Mon, 23 Sep 2013 19:16:16 +0000 (-0400) Subject: Mobile TPAC: Show Advanced Search button in results header X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=058f2702095e3e2130cc82cfeb5d6a9b541bfe80;p=working%2FEvergreen.git Mobile TPAC: Show Advanced Search button in results header Now that the advanced search UI is reasonably mobile-friendly, make it visible. At the same time, make the wrapping behaviour more friendly by giving a little bit of vertical margin between wrapped buttons (because adding "Advanced Search" is almost guaranteed to cause wrapping). 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 d65d2e656c..793ce16dfa 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -677,7 +677,8 @@ div.format_icon { font-size: [% css_fonts.size_small %]; color: [% css_colors.text %]; background: [% css_colors.accent_medium %]; - margin-right: 6px; + margin-right: 0.5em; + margin-top: 0.5em; } .results_header_sel { @@ -1200,8 +1201,8 @@ a.dash-link:hover { text-decoration: underline !important; } .results_header_btns, .results_header_sel { float:left; - margin-right: 6px; - height: 26px; + margin-right: 0.5em; + margin-top: 0.5em; } .opac-button:disabled { @@ -1723,9 +1724,6 @@ a.preflib_change { #simple-detail-view-links { display: none; } - .results_header_btns:nth-child(2) { - display: none; - } .opac-button { padding: 5px; margin: 3px; diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index 3862355ffa..a1c087a236 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -24,11 +24,11 @@ - - + + [% IF ctx.mylist.size %]
[%- IF ctx.user; %]