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
 
@@ -16,7 +16,7 @@
 
          {{ 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>
0 comments (0 inline, 0 general)