]> WPIA git - motion.git/commitdiff
more bootstrap adjustments
authorFelix Dörre <felix@dogcraft.de>
Fri, 29 May 2020 08:27:24 +0000 (10:27 +0200)
committerFelix Dörre <felix@dogcraft.de>
Fri, 29 May 2020 08:27:24 +0000 (10:27 +0200)
templates/base.html
templates/motion.html

index 54ed96d22f8dc036dabc82ca2dd3871f35a7e3d9..f62292c1b1a9d3eb0bc83504f92e0956f93ca6fe 100644 (file)
@@ -4,6 +4,9 @@
 <title>{% block title %}Motion list{% endblock %}</title>
 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
 <style type="text/css">
+.form-inline .motion {
+  width: 100%;
+}
 .motion {
   border: 1px solid black;
   margin-top:5px;
index 051b8d659c88f4c6839adfcdf47fe8cb462ce5dd..9e7f2a8904779bbcae93e3979ab73ae18ef2bb89 100644 (file)
@@ -21,7 +21,7 @@
 {%- if motion.yes or motion.no or motion.abstain %}
     <p>
 {%- for vote in ['yes', 'no', 'abstain'] %}
-{{vote|capitalize}} <span class="badge">{{motion[vote]}}</span><br>
+{{vote|capitalize}} <span class="badge badge-pill badge-secondary">{{motion[vote]}}</span><br>
 {%- endfor %}
     </p>
 {%- endif %}