diff --git a/src/project/static/css/style.css b/src/project/static/css/style.css index cbb3da8..a7055dd 100644 --- a/src/project/static/css/style.css +++ b/src/project/static/css/style.css @@ -55,12 +55,12 @@ html, body { } h1, h2, h3, h4, h5, h6 { - font-weight : 600; + font-weight : 600; color : var(--twilight); } a { - font-weight : 500; + font-weight : 500; } body { @@ -246,14 +246,14 @@ button { text-decoration : none; } -div.services > div > a:hover, +div.services > div > a:hover, a.button:hover, button:hover { opacity : 1.0; } form > div { - margin : 0 0 var(--double-space); + margin : 0 0 var(--double-space); } form > div >label { @@ -274,7 +274,7 @@ form > div > input[type="password"] { height : 100%; display : flex; align-items : center; - justify-content : center; + justify-content : center; } #loginbox { @@ -347,3 +347,15 @@ footer { span.time_remaining { color : var(--fade); } + +.pagination { + display : flex; + justify-content : center; + list-style : none; + padding : 0; + margin : 0; +} + +.pagination > li { + margin : 0 6px; +} diff --git a/src/project/templates/base.html b/src/project/templates/base.html index 6854eda..2f2d1c4 100644 --- a/src/project/templates/base.html +++ b/src/project/templates/base.html @@ -35,10 +35,31 @@
diff --git a/src/project/urls.py b/src/project/urls.py index f7d189b..ecc691b 100644 --- a/src/project/urls.py +++ b/src/project/urls.py @@ -13,7 +13,7 @@ from membership.views import membership_overview urlpatterns = [ path("", login_required(index), name="index"), - path("services/", login_required(services_overview), name="services-overview"), + path("services/", login_required(services_overview), name="services"), path("membership/", membership_overview, name="membership-overview"), path("admin/members/", members_admin, name="admin-members"), path( diff --git a/src/utils/templates/utils/list.html b/src/utils/templates/utils/list.html index e67ff3e..eac75b9 100644 --- a/src/utils/templates/utils/list.html +++ b/src/utils/templates/utils/list.html @@ -48,7 +48,7 @@ {% if is_paginated %} -