Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e3116dfc
authored
Mar 01, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: footer added to base template
fixes #71
parent
ac437662
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
one/static/style/base.less
+9
-0
one/templates/base.html
+7
-0
No files found.
one/static/style/base.less
View file @
e3116dfc
...
...
@@ -270,3 +270,12 @@ textarea::-moz-placeholder{
textarea:-ms-input-placeholder{
color: @placeholderColor;
}
body > footer {
width: 100%;
text-align: center;
border-top: 1px solid #888;
box-shadow:0 0 30px rgba(0,0,0,0.4);
margin:0;
background-color: white;
}
one/templates/base.html
View file @
e3116dfc
...
...
@@ -61,6 +61,13 @@
{% block content %}{% endblock %}
<div
class=
"clear"
></div>
</div>
<footer>
<a
href=
"/impressum/"
>
{% trans "Impressum" %}
</a>
|
<a
href=
"/policy/"
>
{% trans "Policy" %}
</a>
|
<a
href=
"/help/"
>
{% trans "Help" %}
</a>
|
<a
href=
"/support"
>
{% trans "Support" %}
</a><br
/>
© Copyright 2013
</footer>
<div
id=
"modal"
style=
"display: none"
>
<div
id=
"shadow"
></div>
<div
id=
"modal-container"
>
...
...
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