Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_father when can i be on my own i have the hello world to see
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
father when can i be on my own i have the hello world to see
widget_father when can i be on my own i have the hello world to see
Commits
349ca2e3
Commit
349ca2e3
authored
May 17, 2022
by
Charles Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed stying of assignment page
parent
e2cfce4e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
style.css
assignments/static/assignments/css/style.css
+17
-0
ListView.html
assignments/templates/assignments/ListView.html
+1
-1
No files found.
assignments/static/assignments/css/style.css
View file @
349ca2e3
...
...
@@ -18,6 +18,7 @@
.subtable
{
flex-wrap
:
wrap
;
align-items
:
center
;
}
.subtable
>*
{
...
...
@@ -40,3 +41,19 @@
#assignment-image
{
max-width
:
25em
;
}
.assignment-name
{
color
:
white
;
text-decoration
:
none
;
}
.table-links
{
text-decoration
:
none
;
transition
:
.2s
ease-in-out
;
}
.table-links
:hover
{
background-color
:
#9b00f5
;
font-size
:
25px
;
font-weight
:
700
;
}
\ No newline at end of file
assignments/templates/assignments/ListView.html
View file @
349ca2e3
...
...
@@ -22,7 +22,7 @@
<li>
No assignments found.
</li>
{% else %}
{% for assignment in course.assignment_set.all %}
<a
href=
'{{request.path}}{{assignment.pk}}/details'
><li
>
{{assignment.name}}
</li></a>
<a
class=
"table-links"
href=
'{{request.path}}{{assignment.pk}}/details'
><li
class=
"assignment-name"
>
{{assignment.name}}
</li></a>
{% endfor %}
{% endif %}
</ul>
...
...
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