fiddle with the damn css
This commit is contained in:
parent
ff7c92316c
commit
381520bb96
2 changed files with 1 additions and 3 deletions
2
TODO.md
2
TODO.md
|
@ -1,6 +1,4 @@
|
||||||
* are there still failing downloads?
|
* are there still failing downloads?
|
||||||
* fix css
|
|
||||||
* https://getbootstrap.com/docs/3.3/css/
|
|
||||||
|
|
||||||
later
|
later
|
||||||
=====
|
=====
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
{% block app_content %}
|
{% block app_content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class='well col-sm-6'>
|
<div class='well col-xs-8 col-sm-4'>
|
||||||
{{ wtf.quick_form(form, button_map={'submit': 'primary'}) }}
|
{{ wtf.quick_form(form, button_map={'submit': 'primary'}) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue