Skip to content

Commit

Permalink
Increase font size of learn about citations link on dataset and file …
Browse files Browse the repository at this point in the history
…pg citation blocks [ref #6684]
  • Loading branch information
mheppler committed Jun 1, 2020
1 parent 2a95581 commit 3d23d75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/dataset-citation.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</li>
</ul>
</div>
<div class="col-sm-9 col-md-8 col-lg-9 small text-muted margin-bottom citation-standards" jsf:rendered="#{!DatasetPage.workingVersion.deaccessioned}">
<div class="col-sm-9 col-md-8 col-lg-9 text-muted margin-bottom citation-standards" jsf:rendered="#{!DatasetPage.workingVersion.deaccessioned}">
<h:outputText value="#{bundle['dataset.cite.standards.tip']}" escape="false"/>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/file.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</li>
</ul>
</div>
<div class="col-sm-9 col-md-8 col-lg-9 small text-muted margin-bottom citation-standards" jsf:rendered="#{!FilePage.fileMetadata.datasetVersion.deaccessioned}">
<div class="col-sm-9 col-md-8 col-lg-9 text-muted margin-bottom citation-standards" jsf:rendered="#{!FilePage.fileMetadata.datasetVersion.deaccessioned}">
<h:outputText value="#{bundle['dataset.cite.standards.tip']}" escape="false"/>
</div>
</div>
Expand Down Expand Up @@ -160,7 +160,7 @@
</li>
</ul>
</div>
<div class="col-sm-9 col-md-8 col-lg-9 small text-muted margin-bottom citation-standards" jsf:rendered="#{!FilePage.fileMetadata.datasetVersion.deaccessioned}">
<div class="col-sm-9 col-md-8 col-lg-9 text-muted margin-bottom citation-standards" jsf:rendered="#{!FilePage.fileMetadata.datasetVersion.deaccessioned}">
<h:outputText value="#{bundle['dataset.cite.standards.tip']}" escape="false"/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/resources/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}

Expand Down

0 comments on commit 3d23d75

Please sign in to comment.