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

hidden footer #108

Open
fgayanilo opened this issue May 30, 2017 · 2 comments
Open

hidden footer #108

fgayanilo opened this issue May 30, 2017 · 2 comments
Labels
enhancement GoodFirstIssue Getting started? Then this is a good first issue for you.

Comments

@fgayanilo
Copy link
Member

The footer on this new version is not shown unless you use the scrollbar. Maybe nice to show the footer outright - not that big a space needed.

@carueda
Copy link
Member

carueda commented May 30, 2017

Related: issue #80

@carueda
Copy link
Member

carueda commented May 31, 2017

Just manually experimented with:

<footer style="position: static; bottom: 0px; width: 100%; height: 40px; font-size:small; text-align:center" class="effect1">
  <div>
  <a style="text-decoration:none; color:black" target="_blank" href="http://marinemetadata.org">Marine Metadata Interoperability</a> &mdash;
  <a style="text-decoration:none; color:black" target="_blank" href="http://marinemetadata.org/semanticframework">MMI Semantic Framework</a> &mdash;
  <a style="text-decoration:none; color:black" target="_blank" href="http://marinemetadata.org/contactus">Contact Us</a>
  </div>
  <div style="color:gray">
  The MMI ORR is hosted by the Harte Research Institute, Texas A&M University - Corpus Christi, Corpus Christi, TX, USA
</div>
</footer>

along with:

.ontListGrid {
  width: 100%;
  min-height: 500px;
  height: calc(98vh - 110px - 40px);
}

The main page looks good ... need to revisit this later (this was a quick experiment, nothing committed to code).

@lewismc lewismc added the GoodFirstIssue Getting started? Then this is a good first issue for you. label Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement GoodFirstIssue Getting started? Then this is a good first issue for you.
Projects
None yet
Development

No branches or pull requests

3 participants