From 7dc6cf72acecabebc9da5f2b7b2d739d6136e9eb Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 18 Sep 2013 22:03:19 -0400 Subject: [PATCH] Add new span for myopac buttons Based on direction from Kathy Lussier: 1) Add a new span for the myopac buttons to keep them grouped 2) Hide an unnecessary extra dash divider from the myopac dashboard identity Signed-off-by: Ben Shum Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 7 +++++++ Open-ILS/src/templates/opac/parts/topnav.tt2 | 2 ++ 2 files changed, 9 insertions(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index fbdf160728..e1da9bf7d3 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1942,6 +1942,12 @@ a.preflib_change { .mobile_hide { display: none; } + .dash_divider { + display: none; + } + .dash_account_buttons { + display: block; + } .searchbar { line-height: 1.5em; } #browse-controls { line-height: 1.5em; } #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label { @@ -1954,4 +1960,5 @@ a.preflib_change { .bookshelf table thead tr { display: block; } + } diff --git a/Open-ILS/src/templates/opac/parts/topnav.tt2 b/Open-ILS/src/templates/opac/parts/topnav.tt2 index 46c497a7a6..e9cacdd10a 100644 --- a/Open-ILS/src/templates/opac/parts/topnav.tt2 +++ b/Open-ILS/src/templates/opac/parts/topnav.tt2 @@ -22,11 +22,13 @@ [% l('[_1] [_2]', ctx.user.first_given_name, ctx.user.family_name) | html %] | +
-- 2.43.2