Changeset - e4cd78f7a2d4
[Not reviewed]
dev
0 1 0
Dennis Fink - 9 years ago 2015-10-20 21:37:20
dennis.fink@c3l.lu
Use button-xs for the submit button in the contact page

It 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/root/contact.html
Show inline comments
 
@@ -13,13 +13,13 @@
 
      <form class="form-inline" role="form" method="POST" action="{{ url_for('root.contact') }}">
 
        {{ form.hidden_tag()}}
 
        <div class="form-group">
 
          {{ form.country.label }}
 
          {{ form.country(_class="form-control") }}
 
        </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>
 

	
 
    <p>Please mail all general inquiries to:</p>
 
    <address>
0 comments (0 inline, 0 general)