LP1778972 Minor design tweaks
authorChris Burton <cburton@nflibrary.ca>
Tue, 8 Sep 2020 13:19:46 +0000 (09:19 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 10 Sep 2020 13:54:26 +0000 (09:54 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2
Open-ILS/src/templates-bootstrap/opac/parts/myopac/base.tt2

index 4dd519b..2c6467d 100755 (executable)
@@ -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
index 14cb153..be7abb9 100755 (executable)
@@ -27,7 +27,7 @@
         {children => 0, parent => "prefs", url => "prefs_my_lists", text => l("<i class='fas fa-list'></i>Lists"), name => l("Lists")},
 
         
-        {children => 0, parent => "parent", url => "lists", text => l("<i class='fas fa-list'></i> My Lists"), name => l("My Lists")}
+        {children => 0, parent => "parent", url => "lists", text => l("<i class='fas fa-list'></i>My Lists"), name => l("My Lists")}
     ];
      IF (ctx.show_reservations_tab == 'true');
         myopac_pages.push({children => 0, parent => "parent", url => "reservations", text => l("<i class='fas fa-splotch'></i> Reservations"), name => l("Reservations")});