From 3d23d7575651b692728610474e49682f5baf6ac9 Mon Sep 17 00:00:00 2001 From: Michael Heppler Date: Mon, 1 Jun 2020 13:34:07 -0400 Subject: [PATCH] Increase font size of learn about citations link on dataset and file pg citation blocks [ref #6684] --- src/main/webapp/dataset-citation.xhtml | 2 +- src/main/webapp/file.xhtml | 4 ++-- src/main/webapp/resources/css/structure.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/dataset-citation.xhtml b/src/main/webapp/dataset-citation.xhtml index 689a38831f4..f2a4be3f905 100644 --- a/src/main/webapp/dataset-citation.xhtml +++ b/src/main/webapp/dataset-citation.xhtml @@ -49,7 +49,7 @@ -
+
diff --git a/src/main/webapp/file.xhtml b/src/main/webapp/file.xhtml index 471ba56e24c..bb372c84edf 100644 --- a/src/main/webapp/file.xhtml +++ b/src/main/webapp/file.xhtml @@ -114,7 +114,7 @@ -
+
@@ -160,7 +160,7 @@ -
+
diff --git a/src/main/webapp/resources/css/structure.css b/src/main/webapp/resources/css/structure.css index d2b47200882..936cdf5f1e6 100644 --- a/src/main/webapp/resources/css/structure.css +++ b/src/main/webapp/resources/css/structure.css @@ -650,7 +650,7 @@ div.citation-block div.preview-icon-block span[class^='icon'] {font-size:7.5em; } div.citation-block div.citation span.citation-select a {word-break: break-all;} div.citation-block div.citation-download.margin-bottom {margin-bottom:10px;} -div.citation-block div.citation-standard.margin-bottom {margin-bottom:10px;padding-top:3px;} +div.citation-block div.citation-standards.margin-bottom {margin-bottom:10px;padding-top:1px;padding-bottom:1px;} div.panel-body div.form-group:last-child, div.panel-body div.form-group:last-child label {margin-bottom:0 !important;}