Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widgets_FEKK
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
0
Merge Requests
0
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
Kyla Martin
widgets_FEKK
Commits
f723b185
Commit
f723b185
authored
May 24, 2022
by
Katrina Bernice Tan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited buttons and headings to align them to the final project's specifications
parent
9a53c3fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
11 deletions
+6
-11
index.css
WidgetFEKK/Assignments/static/css/index.css
+0
-5
assignment_post.html
WidgetFEKK/Assignments/templates/assignment_post.html
+4
-4
assignments.html
WidgetFEKK/Assignments/templates/assignments.html
+2
-2
No files found.
WidgetFEKK/Assignments/static/css/index.css
View file @
f723b185
...
...
@@ -76,9 +76,4 @@ a:hover{
#details
h4
{
font-size
:
20px
;
font-weight
:
500
;
}
#button
a
{
font-weight
:
900px
;
padding
:
5em
;
}
\ No newline at end of file
WidgetFEKK/Assignments/templates/assignment_post.html
View file @
f723b185
...
...
@@ -13,17 +13,17 @@
{% block content %}
<div
id =
"header"
>
<h1>
Create a n
ew assignment
</h1>
<h1>
N
ew assignment
</h1>
</div>
<div
id =
"courses"
style=
"margin: 5em;"
>
<a
href =
"/assignments"
>
> Back to home
</a>
<form
action=
"{% url 'Assignments:assignment-list' %}"
method =
"POST"
style =
"padding-top: 5em;"
enctype =
"multipart/form-data"
>
<form
action=
"{% url 'Assignments:assignment-list' %}"
method =
"POST"
enctype =
"multipart/form-data"
>
{% csrf_token %}
{{form}}
<input
type =
"submit"
value =
"
Create New Subject
"
>
{{form
.as_p
}}
<input
type =
"submit"
value =
"
Save Assignment"
style =
"text-align: right;
"
>
</form>
...
...
WidgetFEKK/Assignments/templates/assignments.html
View file @
f723b185
...
...
@@ -17,8 +17,8 @@
<h1>
List of courses:
</h1>
</div>
{% include "Assignments/assignment_list.html" with assignments=assignment course=course %}
<div
id =
"button"
>
<a
href =
"/assignments/add"
id =
"
assignment-button"
style =
"font-weight: 900px
"
>
> New Assignment
</a>
<div
id =
"
post_
button"
>
<a
href =
"/assignments/add"
id =
"
button
"
>
> New Assignment
</a>
</div>
...
...
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