Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
NoteKfet 2020
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
20
Issues
20
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BDE
NoteKfet 2020
Commits
d6791d8d
Verified
Commit
d6791d8d
authored
Jul 17, 2019
by
erdnaxe
🎇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Background on login page
parent
51ad354e
Pipeline
#1360
passed with stage
in 2 minutes and 25 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1535 additions
and
1 deletion
+1535
-1
note/templates/note/transaction_form.html
note/templates/note/transaction_form.html
+1
-1
theme/static/css/admin.css
theme/static/css/admin.css
+5
-0
theme/static/images/login_bg.svg
theme/static/images/login_bg.svg
+1529
-0
No files found.
note/templates/note/transaction_form.html
View file @
d6791d8d
...
...
@@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
{% endblock %}
{% block extrahead %}{{ block.super }}
{# Load Django Admin
datetime widget
#}
{# Load Django Admin
widgets
#}
<script
type=
"text/javascript"
src=
"{% url 'admin:jsi18n' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'admin/js/core.js' %}"
></script>
{{ form.media }}
...
...
theme/static/css/admin.css
View file @
d6791d8d
...
...
@@ -135,6 +135,11 @@ input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=bu
text-align
:
center
!important
;
}
/* Background on login page */
body
.login
{
background
:
#f8f8f8
url("../images/login_bg.svg")
no-repeat
center
top
!important
;
}
/* Dashboard should take all page */
.dashboard
#content
{
width
:
auto
;
...
...
theme/static/images/login_bg.svg
0 → 100644
View file @
d6791d8d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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