From: Ben Shum Date: Thu, 19 Sep 2013 02:03:19 +0000 (-0400) Subject: Add new span for myopac buttons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7dc6cf72acecabebc9da5f2b7b2d739d6136e9eb;p=evergreen%2Fequinox.git 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 --- 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 %] | +