Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group 25
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
Andre Matthew Dumandan
widget_group 25
Commits
c31fac9b
Commit
c31fac9b
authored
May 19, 2022
by
Rau Layug
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated calendarapp css
parent
b84e176a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
3 deletions
+25
-3
db.sqlite3
widget_group_25/db.sqlite3
+0
-0
styles.css
...et_group_25/widget_group_25/static/calendarapp/styles.css
+24
-2
calendar.html
...up_25/widget_group_25/templates/calendarapp/calendar.html
+1
-1
No files found.
widget_group_25/db.sqlite3
View file @
c31fac9b
No preview for this file type
widget_group_25/widget_group_25/static/calendarapp/styles.css
View file @
c31fac9b
...
...
@@ -5,12 +5,13 @@
}
#content
{
padding
:
0
2em
;
padding
:
0
2
r
em
;
}
body
{
background-color
:
aliceblue
;
border
:
1em
solid
aquamarine
;
border
:
1rem
solid
aquamarine
;
font-size
:
1.5rem
;
font-family
:
'Roboto'
,
sans-serif
;
font-weight
:
300
;
color
:
rgb
(
51
,
51
,
51
);
...
...
@@ -22,4 +23,25 @@ body {
b
{
color
:
mediumpurple
;
font-weight
:
700
;
}
#course_block
{
width
:
25rem
;
padding
:
.5rem
;
margin
:
.8rem
;
border
:
.4rem
solid
lightcoral
;
background-color
:
lightyellow
;
}
img
{
margin
:
.3rem
;
height
:
18rem
;
width
:
32rem
;
object-fit
:
cover
;
border
:
0.5rem
solid
lightcoral
;
display
:
block
;
}
ul
{
list-style
:
none
}
\ No newline at end of file
widget_group_25/widget_group_25/templates/calendarapp/calendar.html
View file @
c31fac9b
...
...
@@ -12,7 +12,7 @@
<h3>
List of Courses:
</h3>
<ul>
{% for course in Courses %}
<li>
{{ course.course_code }} {{ course.course_title }} {{ course.section }}
<li
id=
"course_block"
>
{{ course.course_code }} {{ course.course_title }} {{ course.section }}
<ul>
{% for event in Events %}
{% if event.course == course %}
...
...
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