Commit 2ed25bcb authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #720 from gstf/mobile-col-fix

Use col-md to match rest of form on mobile devices
parents 9871d361 93b4f9d9
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
{% macro render_form_buttons(cancel_url, extra=None) %} {% macro render_form_buttons(cancel_url, extra=None) %}
<div class="form-group"> <div class="form-group">
<div class="col-sm-offset-2 col-sm-10 submit-row"> <div class="col-md-offset-2 col-md-10 submit-row">
<input type="submit" class="btn btn-primary" value="{{ _gettext('Submit') }}" /> <input type="submit" class="btn btn-primary" value="{{ _gettext('Submit') }}" />
{% if extra %} {% if extra %}
{{ extra }} {{ extra }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment