Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to customization documentation and sample HTML files. [r… #4146

Merged
merged 2 commits into from
Sep 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@
height: 100%;
}
#content.container {
min-height: calc(100% - 210px);
min-height: calc(100% - 210px);
margin-bottom: -142px;
}
#content.container:after {
content: "";
display: block;
content: "";
display: block;
}
#footer {
color: #a9a9a9; margin-top:0px; padding-bottom:0px; bottom:-150px; position: relative;
}
color: #a9a9a9; margin-top:0px; padding-bottom:0px; bottom:-130px; position: relative;
}

/* Place custom footer just above default footer at the bottom of the page... */
/* Place custom footer just above default footer at the bottom of the page... */
#custom-footer, #content.container:after {
height: 142px;
}
#custom-footer {
background: #414141; color: #a9a9a9; min-height: 100px; padding: 1.25em 0 100px 0;
}
#custom-footer a {
color: #fff;
}
background: #414141; color: #a9a9a9; min-height: 100px; padding: 1.25em 0 100px 0;
}
#custom-footer a {
color: #fff;
}
</style>
<div id="custom-footer">
<div class="container">
<p>SAMPLE FOOTER TEXT</p>
<p class="small">
<a href="https://dataverse.org" title="SAMPLE LINK" target="_blank">SAMPLE LINK</a>
</p>
<a href="https://dataverse.org" title="SAMPLE LINK" target="_blank">SAMPLE LINK</a>
</p>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
top:50px !important;
}
#dataverse-header-block {
padding-top: 150px;
padding-top: 100px;
}

/* Place narrow custom header at the top of the page... */
/* Place narrow custom header at the top of the page... */
#custom-header {
background: #414141;
min-height: 44px;
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ Please note that if you're having any trouble sending email, you can refer to "T
See :ref:`Branding Your Installation` above.

:LogoCustomizationFile
++++++++++++++++++++++++
++++++++++++++++++++++

See :ref:`Branding Your Installation` above.

Expand Down Expand Up @@ -1197,7 +1197,7 @@ Limit on how many guestbook entries to display on the guestbook-responses page.
``curl -X PUT -d 10000 http://localhost:8080/api/admin/settings/:GuestbookResponsesPageDisplayLimit``

:CustomDatasetSummaryFields
+++++++++++++++++++++++++++++
+++++++++++++++++++++++++++

You can replace the default dataset metadata fields that are displayed above files table on the dataset page with a custom list separated by commas using the curl command below.

Expand Down