From 172db3b9ec43ee12ea4b6e8efe7650efd18e53aa Mon Sep 17 00:00:00 2001 From: Christy Karpinski Date: Mon, 5 Jun 2023 09:53:37 -0500 Subject: [PATCH 1/3] adjusted work and collection show pages, added stylesheet override and google fonts to head --- app/assets/stylesheets/application.css | 1 + app/assets/stylesheets/atla-overrides.scss | 26 ++++++++++++++++++++++ app/views/_head_tag_extras.html.erb | 4 ++++ config/environments/development.rb | 2 +- 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 app/assets/stylesheets/atla-overrides.scss diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index c90e7eba..77605f43 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -18,4 +18,5 @@ *= require dataTables/bootstrap/3/jquery.dataTables.bootstrap *= require bootstrap-datepicker *= require_self + *= require atla-overrides */ diff --git a/app/assets/stylesheets/atla-overrides.scss b/app/assets/stylesheets/atla-overrides.scss new file mode 100644 index 00000000..5ad850a5 --- /dev/null +++ b/app/assets/stylesheets/atla-overrides.scss @@ -0,0 +1,26 @@ +html, body { + font-family: 'Muli', Helvetica, sans-serif; + font-size:1em; +} + +img {max-width:100%;} + + +/* Work show metadata layout */ +.works-show p.work_description {margin-top:1em;} +.works-show dl.work-show {margin-top: 1em;} +.work-show ul.tabular{padding-inline-start: 0px;} +.work-show dt {padding-bottom:0;} + + +.hyc-banner .hyc-title h1, .hyc-banner .hyc-bugs div{ + color:rgb(51, 51, 51); + text-shadow:none; +} +.hyc-banner .hyc-title .label { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.hyc-banner {min-height:95px;} diff --git a/app/views/_head_tag_extras.html.erb b/app/views/_head_tag_extras.html.erb index d690322c..44caf94e 100644 --- a/app/views/_head_tag_extras.html.erb +++ b/app/views/_head_tag_extras.html.erb @@ -22,3 +22,7 @@ + + + + diff --git a/config/environments/development.rb b/config/environments/development.rb index 9bafa102..f51b09c2 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -40,7 +40,7 @@ # Debug mode disables concatenation and preprocessing of assets. # This option may cause significant delays in view rendering with a large # number of complex assets. - # config.assets.debug = true + config.assets.debug = true # Suppress logger output for asset requests. config.assets.quiet = true From 469b2d61797c8eaee61e36105f149fc176ab58f8 Mon Sep 17 00:00:00 2001 From: Christy Karpinski Date: Mon, 5 Jun 2023 10:05:12 -0500 Subject: [PATCH 2/3] updated Atla to Atla RIM in inst. list --- config/authorities/institutions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/authorities/institutions.yml b/config/authorities/institutions.yml index 1face244..1585f3fd 100644 --- a/config/authorities/institutions.yml +++ b/config/authorities/institutions.yml @@ -5,6 +5,6 @@ terms: - id: Oblate School of Theology term: Oblate School of Theology active: true - - id: Atla - term: Atla + - id: Atla RIM + term: Atla RIM active: true From abf2fe61e57d2e0d40ad2bc21d16c5141cbbb2b2 Mon Sep 17 00:00:00 2001 From: Christy Karpinski Date: Mon, 19 Jun 2023 14:17:43 -0500 Subject: [PATCH 3/3] added value unknown to ressource type list --- config/authorities/resource_types.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/authorities/resource_types.yml b/config/authorities/resource_types.yml index 166b0507..03404e42 100644 --- a/config/authorities/resource_types.yml +++ b/config/authorities/resource_types.yml @@ -70,4 +70,6 @@ terms: - id: Technical report term: Technical report - id: Website - term: Website \ No newline at end of file + term: Website + - id: Unknown + term: Unknown