From 48cf782a99f26f31b797de4309a63e02ffb7c855 Mon Sep 17 00:00:00 2001 From: Chris Burton Date: Tue, 8 Sep 2020 09:19:46 -0400 Subject: [PATCH] LP1778972 Minor design tweaks Signed-off-by: Galen Charlton --- Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 | 5 +++++ Open-ILS/src/templates-bootstrap/opac/parts/myopac/base.tt2 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 index 4dd519b74d..2c6467d2e1 100755 --- a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 @@ -3856,4 +3856,9 @@ label[for*=expert_] .my_nav .dropdown-toggle::after{ margin: 5px 0px !important; + float: right; +} + +.my_nav .fas, .mynav .far{ + min-width:20px; } \ No newline at end of file diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/myopac/base.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/myopac/base.tt2 index 14cb153969..be7abb9f72 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/myopac/base.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/myopac/base.tt2 @@ -27,7 +27,7 @@ {children => 0, parent => "prefs", url => "prefs_my_lists", text => l("Lists"), name => l("Lists")}, - {children => 0, parent => "parent", url => "lists", text => l(" My Lists"), name => l("My Lists")} + {children => 0, parent => "parent", url => "lists", text => l("My Lists"), name => l("My Lists")} ]; IF (ctx.show_reservations_tab == 'true'); myopac_pages.push({children => 0, parent => "parent", url => "reservations", text => l(" Reservations"), name => l("Reservations")}); -- 2.11.0