diff --git a/global_static/css/footer.css b/global_static/css/footer.css index 8c5e91e..03adad6 100644 --- a/global_static/css/footer.css +++ b/global_static/css/footer.css @@ -1,16 +1,10 @@ #footer-div { height:10vh; } + .footer { - position: fixed; - bottom: 0; - left: 0; - right: 0; text-align: center; - background-color: #cfcfcf; - padding: 1rem; - max-height: 10vh; - font-size: 3vh; + margin-top: 2rem; } #fi-button { diff --git a/members/static/css/members.css b/members/static/css/members.css index 048bbe5..b235b31 100644 --- a/members/static/css/members.css +++ b/members/static/css/members.css @@ -8,6 +8,14 @@ div { input { padding: 0.5rem; + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} + +#wrapper { + padding-right: 0; + padding-top: 0; + padding-bottom: 0; } /* fixes for the sidebar layout */ @@ -23,6 +31,8 @@ input { left: 0; width: 100%; padding-top: 0.5rem; + height: 100%; + position: relative; } .sidebar-nav li ul { @@ -43,15 +53,10 @@ input { margin-left: 20px; } -.content-area { - padding-left: 15px; - padding-right: 15px; - padding-bottom: 2rem; -} - -.content-area-title { - text-align: left; - float: left; +#header h1 { + margin-bottom: 5rem; + margin-top: 2rem; + text-align: center; } .table-button { @@ -64,6 +69,11 @@ input { text-align: right; } +.pagination li { + padding: 0.5rem; + margin: 0.5rem; +} + #filter-collapser { float: right; margin-left: 1rem; @@ -114,4 +124,14 @@ input { .inline-title { display: inline; +} + +.logout-container { + bottom: 1rem; + position: absolute; + width: 100%; +} + +.logout-container input { + width: 80%; } \ No newline at end of file diff --git a/members/templates/application_list.html b/members/templates/application_list.html index 929c882..4bad49d 100644 --- a/members/templates/application_list.html +++ b/members/templates/application_list.html @@ -4,10 +4,10 @@ {% block content %}