diff --git a/hwlog/db.sqlite3 b/hwlog/db.sqlite3 index 728d2af..8c1f865 100644 Binary files a/hwlog/db.sqlite3 and b/hwlog/db.sqlite3 differ diff --git a/hwlog/log/__pycache__/views.cpython-36.pyc b/hwlog/log/__pycache__/views.cpython-36.pyc index 0762590..75d988a 100644 Binary files a/hwlog/log/__pycache__/views.cpython-36.pyc and b/hwlog/log/__pycache__/views.cpython-36.pyc differ diff --git a/hwlog/log/static/log/images/edit-icon.svg b/hwlog/log/static/log/images/edit-icon.svg new file mode 100644 index 0000000..0f64f84 --- /dev/null +++ b/hwlog/log/static/log/images/edit-icon.svg @@ -0,0 +1,11 @@ + + + diff --git a/hwlog/log/static/log/style.css b/hwlog/log/static/log/style.css index 86e343e..0bbfbdb 100644 --- a/hwlog/log/static/log/style.css +++ b/hwlog/log/static/log/style.css @@ -8,7 +8,7 @@ html { min-height: 100%; } body { - font-family: sans-serif; + font-family: "Helvetica", "Arial", sans-serif; } p { @@ -40,28 +40,33 @@ footer { color: #d6d6d6 } -.hw-table{ +.log-container{ width: 900px; - border: 4px solid black; - border-collapse: collapse; +} +.log-container-row{ + display:flex; + flex-direction: row; + width:100%; + height: 100px; + margin-bottom: 5px; } .course-name-box{ - width: 30%; + width: 35%; + padding: 15px; + display: flex; + position: relative; + justify-content: center; text-align: center; - vertical-align: center; + align-items: center; color: white; background-color: #515151; } .hw-box{ - vertical-align: top; -} -.course-name-box,.hw-box{ - border: 3px solid black; - border-collapse: collapse; - height: 100px; + width: inherit; + display: flex; padding: 15px; + background-color: #e8e8e8; } - .menu-container { display: flex; width: 900px; @@ -146,6 +151,9 @@ footer { justify-content: center; } +.content-heading{ + margin-bottom: 25px; +} .lgn-container{ display: flex; flex-direction: column; @@ -189,6 +197,15 @@ td { background-color: lightgrey; border: 2px solid black; } +.edit-icon{ + position: absolute; + bottom: 10px; + right: 10px; + width: 8%; +} +.icon-flex{ + display:flex; +} @media only screen and (max-width: 400px) {} diff --git a/hwlog/log/templates/configure.html b/hwlog/log/templates/configure.html index ff9061c..ea65070 100644 --- a/hwlog/log/templates/configure.html +++ b/hwlog/log/templates/configure.html @@ -2,43 +2,46 @@ {% block title %}Settings{% endblock %} {% block content %} - -