Add basic support for smaller screens

This commit is contained in:
checktheroads
2021-04-30 15:55:37 -07:00
parent 58e1a1f1d8
commit 460a203c29
105 changed files with 384 additions and 353 deletions

View File

@@ -13,7 +13,7 @@
{{ field }}
{% endfor %}
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="col col-md-6 offset-md-3">
<div class="field-group">
<h4>Device Selection</h4>
{% render_form form %}
@@ -21,7 +21,7 @@
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3 text-end noprint">
<div class="col col-md-6 offset-md-3 text-end noprint">
<a href="{{ return_url }}" class="btn btn-outline-danger">Cancel</a>
<button type="submit" name="_add" class="btn btn-primary">Add Devices</button>
</div>