Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
red_brick_board
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ciella Francisco
red_brick_board
Commits
6096182e
Commit
6096182e
authored
Mar 12, 2024
by
gab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edited for presentation purposes
parent
ed87485e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
create_event.html
...t_management/templates/event_management/create_event.html
+1
-1
custom.css
redbrickboard/static/css/custom.css
+1
-1
base.html
redbrickboard/templates/base.html
+3
-3
No files found.
redbrickboard/event_management/templates/event_management/create_event.html
View file @
6096182e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
{% load static %}
{% load static %}
{% block title %}Widget's Forum{% endblock %}
{% block title %}Widget's Forum{% endblock %}
{% block content %}
{% block content %}
<div
class=
"container justify-content-md-center align-items-center
vh-80
"
id=
"trial"
>
<div
class=
"container justify-content-md-center align-items-center"
id=
"trial"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<div
class=
"col-12"
>
<div
class=
"main content"
style=
"font-family:'Inter';"
>
<div
class=
"main content"
style=
"font-family:'Inter';"
>
...
...
redbrickboard/static/css/custom.css
View file @
6096182e
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
body
{
body
{
font-family
:
"Inter"
;
font-family
:
"Inter"
;
background-color
:
var
(
--theme-dutch-white
);
background-color
:
var
(
--theme-dutch-white
);
background-image
:
url("/static/images/Continuous Background.png")
;
/* background-image: url("/static/images/Continuous Background.png"); */
background-position
:
left
top
;
background-position
:
left
top
;
background-repeat
:
repeat-y
;
background-repeat
:
repeat-y
;
background-size
:
80%
;
background-size
:
80%
;
...
...
redbrickboard/templates/base.html
View file @
6096182e
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,9 @@
<div
class=
"navbar-nav"
>
<div
class=
"navbar-nav"
>
<a
class=
"nav-link"
href=
"#"
>
Event Catalog
</a>
<a
class=
"nav-link"
href=
"#"
>
Event Catalog
</a>
</div>
</div>
<form
class=
"container-fluid justify-content-start"
>
{% comment %}
<form
class=
"container-fluid justify-content-start"
>
<button
class=
"btn"
type=
"button"
>
Log Out
</button>
<button
class=
"btn"
type=
"button"
>
Log Out
</button>
</form>
</form>
{% endcomment %}
</div>
</div>
</div>
</div>
</nav>
</nav>
...
...
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