Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
site-kwei
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aeltheos
site-kwei
Commits
192e20cc
Commit
192e20cc
authored
4 years ago
by
Dorian Lesbre
Browse files
Options
Downloads
Patches
Plain Diff
Added create account button + footer styling
parent
9787b750
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
accounts/templates/login.html
+6
-0
6 additions, 0 deletions
accounts/templates/login.html
home/static/css/style.css
+4
-2
4 additions, 2 deletions
home/static/css/style.css
with
10 additions
and
2 deletions
accounts/templates/login.html
+
6
−
0
View file @
192e20cc
...
...
@@ -5,6 +5,7 @@
{% block "content" %}
<div
id=
"content-area"
>
<h2>
Connexion
</h2>
{% if form.errors %}
<ul
class=
"messagelist"
>
<li
class=
"error"
>
Login ou mot de passe incorrect
</li>
...
...
@@ -34,7 +35,12 @@
</table>
<br>
<div
class=
"flex"
>
<input
type=
"submit"
value=
"Connexion"
>
{% if settings.registrations_open %}
<a
class=
"button"
href=
"{% url 'accounts:create' %}"
>
Créer un compte
</a>
{% endif %}
</div>
<input
type=
"hidden"
name=
"next"
value=
"{{ next }}"
>
</form>
</div>
...
...
This diff is collapsed.
Click to expand it.
home/static/css/style.css
+
4
−
2
View file @
192e20cc
...
...
@@ -251,14 +251,16 @@ ul.messagelist li.info:before {
footer
{
position
:
absolute
;
bottom
:
0
;
width
:
calc
(
100%
-
80px
);
/* viewport width - padding */
padding
:
10px
40px
;
width
:
100%
;
text-align
:
center
;
padding
:
10px
0
;
height
:
50px
;
color
:
white
;
display
:
flex
;
background-color
:
var
(
--color_bg_1
);
border-top
:
5px
solid
var
(
--color_bg_2
);
align-items
:
center
;
justify-content
:
space-around
;
}
footer
#sponsors
img
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment