Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2020 from ualbertalib/header_footer_reskin_part_2
Browse files Browse the repository at this point in the history
fixing style alignment issues on advanced search. Adding margin under…
  • Loading branch information
pgwillia authored Jun 23, 2020
2 parents 13d5dc2 + c9c2ea3 commit 20d8b74
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and releases in Discovery project adheres to [Semantic Versioning](http://semver

## [Unreleased]

## [3.3.1] - 2020-06-23

### Changed
- Fixed style issue on advanced search page. Also added margin to Hathitrust button.

## [3.3.0] - 2020-06-19

### Changed
Expand Down
16 changes: 0 additions & 16 deletions app/assets/stylesheets/sticky-footer.css

This file was deleted.

24 changes: 23 additions & 1 deletion app/assets/stylesheets/ualib-discovery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ margin:0;
}
#hathitrustButton {
display: none;
font-weight: bold;
margin-bottom: 1rem;
}
.navbar-toggler.navbar-toggler-right {
position: relative;
Expand All @@ -176,4 +178,24 @@ margin:0;
.page-item.active .page-link {
background-color: #007C41;
border-color: #007C41;
}
}
.advanced .submit-buttons{
float: right;
margin-top: 1rem;
}
.advanced-facet-limits label{
margin-bottom:0;
display: inline;
}
.advanced-help{
padding-left:1rem;
}
.advanced .facet-count{
font-size: 0.9em;
}
.advanced .facet-count::before{
content: "(";
}
.advanced .facet-count::after{
content: ")";
}
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Bundler.require(*Rails.groups)

module Discovery
VERSION = '3.3.0'.freeze # used in application layout meta generator tag
VERSION = '3.3.1'.freeze # used in application layout meta generator tag

class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
Expand Down

0 comments on commit 20d8b74

Please sign in to comment.