Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2014104149
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Graduate
2020-11-29 17:12:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
490fa4c6f2ed49e6b2d944cf635f119cd17aae82
490fa4c6
1 parent
e5cbc066
Update roll book css
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
flask/templates/attendance.html
flask/templates/attendance.html
View file @
490fa4c
...
...
@@ -3,6 +3,29 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<style>
table
{
border-collapse
:
collapse
;
width
:
100%
;
}
table
td
,
table
th
{
border
:
1px
solid
#ddd
;
padding
:
8px
;
}
table
tr
:nth-child
(
even
)
{
background-color
:
#f2f2f2
;}
table
tr
:hover
{
background-color
:
#ddd
;}
table
th
{
padding-top
:
12px
;
padding-bottom
:
12px
;
text-align
:
left
;
background-color
:
#4CAF50
;
color
:
white
;
}
</style>
<title>
Attendance
</title>
<table>
<thead>
...
...
Please
register
or
login
to post a comment