]> git.evergreen-ils.org Git - Evergreen.git/commit
webstaff: Fixed-position navigation menu for web client
authorKathy Lussier <klussier@masslnc.org>
Tue, 14 Jul 2015 16:26:24 +0000 (12:26 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 19 Aug 2015 17:39:19 +0000 (13:39 -0400)
commit1e5df24d5a4a9b0caa10f9df554ef57757376573
treef2d075bbbb51865fc22177460ce922e0482825e2
parent8f9b16b4eda889371382e46a5a61c6d0fa3c24e3
webstaff: Fixed-position navigation menu for web client

Changes the class for top-navbar so that it stays fixed at the top of the
screen. This is useful for staff who will need to quickly jump to another
area of the client after they have scrolled down a page.

Initially, changing the class shifted some of the content higher so that the
navbar was covering some elements. I addressed this by adding some padding to

Many thanks to Jason Etheridge for pointing me in the right direction to get
started.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/templates/staff/css/style.css.tt2
Open-ILS/src/templates/staff/navbar.tt2