From 7dbfaa178d9a89f588b857a93a83313e7a7b608a Mon Sep 17 00:00:00 2001 From: mb-wali <44528277+mb-wali@users.noreply.github.com> Date: Mon, 17 Aug 2020 13:10:13 +0200 Subject: [PATCH] Footer enhancement * changes upon request see #66. * footer checklist background-color to #fbfcff & divider removed, also some small changed in frontpage templet. This closes #66. --- .../less/invenio_theme_tugraz/footer.less | 6 ++- .../less/invenio_theme_tugraz/frontpage.less | 3 ++ .../invenio_theme_tugraz/footer.html | 40 +++++-------------- .../templates/invenio_theme_tugraz/index.html | 4 +- 4 files changed, 20 insertions(+), 33 deletions(-) diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less index f0ca800..7ae8f62 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less @@ -22,7 +22,7 @@ background-attachment: fixed; &.footer-bottom { - background-color: #fff; + background-color: #fbfcff; padding-top: 15px; padding-bottom: 15px; font-size: 16px; @@ -41,4 +41,8 @@ .bodytext{ font-size: 16px; + } + + .spacer{ + margin-top: 10px; } \ No newline at end of file diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/frontpage.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/frontpage.less index fc1c1b5..a7acea9 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/frontpage.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/frontpage.less @@ -21,3 +21,6 @@ h2{ margin-inline-end: 0px; } +.record-version{ + color: #777777; +} \ No newline at end of file diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html index b5e716d..a58437d 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html @@ -16,8 +16,7 @@ {{ webpack['invenio-theme-tugraz-js.js'] }} {%- endblock javascript %} -
-
+