From b5812d733fcde3cc964b4f66d2265f09a9eb7d17 Mon Sep 17 00:00:00 2001 From: walkews Date: Wed, 12 Jul 2017 11:13:00 -0500 Subject: [PATCH] fix(formatting of form) --- src/static/css/custom.css | 22 ++++++++++++---------- src/templates/data_form.html | 7 ++++++- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/src/static/css/custom.css b/src/static/css/custom.css index d543210..7a53a02 100644 --- a/src/static/css/custom.css +++ b/src/static/css/custom.css @@ -7,17 +7,12 @@ body{ font-weight:10; } -.text_input{ - height:75px; - width:70%; - max-width: 300px; -} - - .chosen{ +.chosen{ + text-align:right; float:right; height:75px; - width:70%; - max-width: 300px; + width:100%; + /*max-width: 300px;*/ padding:5px; } @@ -32,5 +27,12 @@ body{ .text_input{ float:right; height:30px; - width:70%; + width:100%; } + +.right{ + float:right; + width:70%; + max-width: 300px; +} + diff --git a/src/templates/data_form.html b/src/templates/data_form.html index 51fe634..fd09716 100644 --- a/src/templates/data_form.html +++ b/src/templates/data_form.html @@ -4,7 +4,10 @@
{% for input in inputs %}
- {{ input }}: + {{ input }}: +
+ +
{% endfor %}
@@ -12,11 +15,13 @@ {% for dropdown in dropdowns %}
{{ dropdown }}: +
+
{% endfor %}