]> WPIA git - motion.git/blobdiff - templates/base.html
fix bootstrap padding
[motion.git] / templates / base.html
index 79cf2d207b664fb34058ae13a01100b64eedc0c0..1486986d75c0d342ecb4526dd8a1f1de0bace0e3 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;
 }
 .motion textarea {
   display: block;
+  min-width: 100%;
 }
 .motion .motion-title{
   border-bottom: 1px solid black;
+  padding: 10px;
 }
 .motion .motion-title .title-text{
   font-size: 15pt;