emory-libraries / dlp-lux

Discovery for the DLP Cor Repository
2 stars 0 forks source link

Brings list of links from above Emory logo to under it. #592

Closed bwatson78 closed 4 years ago

bwatson78 commented 4 years ago
  1. _navbar.scss: adds styling to hide and show different lists when resized.
  2. _big_nav.html.erb: inserts the collapsible links below the button.
  3. _header_navbar.html.erb: utilizes newly created partial for static links and classes that assist in hiding top list.
  4. _static_links.html.erb: throws often used links into a partial.
  5. _top_links.html.erb: creates a partial that encapsulates the two sets of links into a collapsible bootstrap element.
  6. advanced_search_spec.rb: points to first link of Advanced Search, since Capybara can only ignore tags that have an inline style of "display:none"
bwatson78 commented 4 years ago
Screen Shot 2020-05-12 at 9 14 27 AM
bwatson78 commented 4 years ago

@wulman16 I can. It is in the "Desired" screenshot Nik posted on the ticket, though, which is why I left it in.

wulman16 commented 4 years ago

In that case, I would just make sure that the spacing between the divider and the search form approximates the spacing shown in the mockup.

bwatson78 commented 4 years ago

On it.

bwatson78 commented 4 years ago

@wulman16 Update pushed.