Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_vincentdjango
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
Almira Redoble
midterm_vincentdjango
Commits
1694e3d3
Commit
1694e3d3
authored
Apr 29, 2023
by
Star Neptune R. Sy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
button replaced the "New assignment" link
parent
727cf4fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
10 deletions
+48
-10
makeItBeautiful.css
widget_vincentdjango/assignments/static/makeItBeautiful.css
+43
-3
assignments.html
...ntdjango/assignments/templates/templates/assignments.html
+5
-7
No files found.
widget_vincentdjango/assignments/static/makeItBeautiful.css
View file @
1694e3d3
...
...
@@ -29,8 +29,48 @@ h1.pageTitle{
div
.content
{
background-color
:
rgb
(
214
,
255
,
246
);
margin-left
:
1
0%
;
margin-right
:
1
0%
;
margin-left
:
3
0%
;
margin-right
:
3
0%
;
padding-top
:
10px
;
text-align
:
center
;
padding-left
:
5%
;
padding-right
:
5%
;
padding-bottom
:
15px
;
border-radius
:
2px
;
}
li
{
background-color
:
rgb
(
214
,
255
,
246
);
font-size
:
14pt
;
transition
:
all
0.5s
;
}
li
:hover
{
background-color
:
rgb
(
255
,
209
,
228
);
font-size
:
20pt
;
transition
:
all
0.5s
;
}
div
.navButtons
{
border-radius
:
5px
;
border-width
:
20px
;
border-style
:
ridge
;
border-color
:
rgb
(
167
,
16
,
66
)
;
text-align
:
left
;
margin-right
:
50%
;
padding-left
:
15px
;
}
button
.buttonLink
{
background-color
:
aquamarine
;
}
button
.buttonLink
:hover
{
background-color
:
rgb
(
6
,
201
,
136
);
}
button
.buttonLink
:active
{
background-color
:
rgb
(
201
,
226
,
218
);
}
\ No newline at end of file
widget_vincentdjango/assignments/templates/templates/assignments.html
View file @
1694e3d3
...
...
@@ -13,11 +13,9 @@
{% endblock %}
{% block otherButtons %}
<div
class=
"content"
>
<a
class=
"buttonLink"
href=
"add/"
>
New Assignments
</a>
<br>
<a
class=
"miniLink"
href=
"/dashboard"
>
Dashboard
</a>
<br>
<a
class=
"miniLink"
href=
"/announcementBoard"
>
Announcements
</a>
<br>
<a
class=
"miniLink"
href=
"/forum"
>
Forum
</a>
<br>
<a
class=
"miniLink"
href=
"/widget_calendar"
>
Calendar
</a>
<br>
</div>
<button
class=
"buttonLink"
onclick=
"window.location.href='add/';"
>
<b>
New Assignments
</b>
</button><br>
<a
class=
"miniLink"
href=
"/dashboard"
>
Dashboard
</a>
<br>
<a
class=
"miniLink"
href=
"/announcementBoard"
>
Announcements
</a>
<br>
<a
class=
"miniLink"
href=
"/forum"
>
Forum
</a>
<br>
<a
class=
"miniLink"
href=
"/widget_calendar"
>
Calendar
</a>
<br>
{% endblock %}
\ No newline at end of file
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