# HG changeset patch # User Dennis Fink # Date 2022-05-10 23:35:36 # Node ID 21b24576ab09858ccc3e3c5b0cdb91805917b4d6 # Parent fb486f399978bb17c6f3fb36b0260928e87cc053 Make button full size and use correct css class diff --git a/c3l_membership/static/style.css b/c3l_membership/static/style.css --- a/c3l_membership/static/style.css +++ b/c3l_membership/static/style.css @@ -34,3 +34,11 @@ p { border: 1px solid #dc3545; color: #3d0309; } + +.text-xlarge { + font-size: 125%; +} + +.text-justify { + text-align: justify; +} diff --git a/c3l_membership/templates/index.html b/c3l_membership/templates/index.html --- a/c3l_membership/templates/index.html +++ b/c3l_membership/templates/index.html @@ -86,8 +86,6 @@ {{ form.student }} {{ form.student.label.text|safe}} - -
- -
{{ form.submit }}
+
+
+ +
+
+ {{ form.submit(class="text-xlarge pure-button pure-input-1 pure-button-primary") }} +
+