Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
4fb992f2
Commit
4fb992f2
authored
Nov 28, 2018
by
Christophe Benz
Browse files
Improve footer
parent
b6e32873
Changes
2
Show whitespace changes
Inline
Side-by-side
validata_ui/static/css/sticky-footer-navbar.css
View file @
4fb992f2
/* http://getbootstrap.com/docs/4.1/examples/sticky-footer-navbar/ */
html
{
position
:
relative
;
min-height
:
100%
;
}
body
{
/* Margin bottom by footer height */
/* footer height + 20 */
margin-bottom
:
80px
;
}
.footer
{
position
:
absolute
;
bottom
:
0
;
width
:
100%
;
/* Set the fixed height of the footer here */
height
:
60px
;
line-height
:
60px
;
/* Vertically center the text there */
background-color
:
#f5f5f5
;
padding
:
3em
;
margin-top
:
5em
;
}
\ No newline at end of file
validata_ui/templates/base_template.html
View file @
4fb992f2
...
...
@@ -61,15 +61,15 @@
<script
src=
"{{url_for('static', filename='js/bootstrap.min.js')}}"
></script>
{% block footer %}{% endblock %}
<footer
class=
"footer"
>
<div
class=
"container"
>
<span
class=
"muted"
>
Un service de validation mis à disposition par
<div>
Un service de validation mis à disposition par
<a
href=
"http://www.opendatafrance.net/"
>
OpenDataFrance
</a>
avec
l'aide de
<a
href=
"https://jailbreak.paris"
>
Jailbreak
</a></span>
-
<span
class=
"muted"
><a
href=
"/docs"
target=
"_blank"
>
Documentation
</a></span>
-
<span
class=
"muted"
><a
href=
"/api/v1/apidocs"
target=
"_blank"
>
API
</a></span>
l'aide de
<a
href=
"https://jailbreak.paris"
>
Jailbreak
</a>
</div>
<ul
class=
"list-unstyled mt-4"
>
<li><a
href=
"/docs"
target=
"_blank"
>
Documentation
</a></li>
<li><a
href=
"/api/v1/apidocs"
target=
"_blank"
>
API
</a></li>
</ul>
</footer>
{% if not config['DEBUG'] %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment