diff --git a/static/allpages.css b/static/allpages.css index 797b98a..66d2fc9 100644 --- a/static/allpages.css +++ b/static/allpages.css @@ -2,6 +2,19 @@ div.col .row .col { border: 1px solid black; } +div.form-group .center { + position: relative; + height: 40px; +} + +div.form-group .center label { + position: absolute; + top: 50%; + width: 100%; + transform: translate(-50%, -50%); + margin: 0; +} + div.signatures { margin-top: 30px; } @@ -95,4 +108,14 @@ input[type="checkbox"].late:checked:after { -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); +} + +.logout { + width: 40%; + margin-bottom: 10px; + margin-left: 30%; +} + +button.logout { + margin-left: 0 !important; } \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..0e9fedd Binary files /dev/null and b/static/favicon.ico differ diff --git a/templates/admin.html b/templates/admin.html index 992b129..c8576e9 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -5,19 +5,29 @@ -