Changeset - 6a0c60a9eda9
[Not reviewed]
dev
0 1 0
Dennis Fink - 9 years ago 2015-10-20 10:43:07
dennis.fink@c3l.lu
Use button-xs for submit button in the donate page

The button has now the same size as the dropdown selector.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/index.html
Show inline comments
 
@@ -61,25 +61,25 @@
 
    <div class="col-md-4">
 
      <div class="thumbnail">
 
        <center>
 
          <h3>SnailMail</h3>
 
        </center>
 
        <div class="well well-sm">
 
          <div class="pull-right">
 
            <form class="form-inline" role="form" method="POST" action"{{ url_for('donate.index') }}">
 
              {{ form.hidden_tag() }}
 
              <div class="form-group">
 
                {{ form.country(_class="form-class") }}
 
              </div>
 
              <input type="submit" class="btn btn-primary btn-sm" value="Submit">
 
              <input type="submit" class="btn btn-primary btn-xs" value="Submit">
 
            </form>
 
          </div>
 
          <div class="clearfix"></div>
 
          <address>
 
            <strong>Frënn vun der Ënn, ASBL</strong><br>
 
                    BPM 381892<br>
 
                    {{ address['address'] }}<br>
 
                    {{ address['postal_code'] }}, {{ address['city'] }}<br>
 
                    {{ address['country'] }}
 
          </address>
 
        </div>
 
      </div>
0 comments (0 inline, 0 general)