From 582f68c0f6dca59c57330d4a7f0013ac3e9df182 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 23 Sep 2013 14:59:04 -0400 Subject: [PATCH] Mobile TPAC: Better styling for facet/results buttons Adopt the OPAC button style and move the buttons into the search bar to consolidate result-specific actions into a single contextual area. 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 +----- Open-ILS/src/templates/opac/parts/result/table.tt2 | 8 ++++++-- Open-ILS/src/templates/opac/results.tt2 | 2 ++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index cdc607138c..50087b4282 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1681,11 +1681,7 @@ a.preflib_change { display: none; } .facet_sidebar_visible, .result_block_visible { - display: inline; - } - #refine_hits, #return_to_hits { - display: block; - padding-left: 15px; + display: inline ! important; } } diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 4c7f7ede38..b0419c3313 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -21,12 +21,10 @@ [% END %]
- [% INCLUDE "opac/parts/staff_saved_searches.tt2" %] [% INCLUDE 'opac/parts/result/facets.tt2' %]
- @@ -365,15 +363,21 @@ END; diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index 39b40ad6c3..3862355ffa 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -24,6 +24,8 @@ + + -- 2.43.2