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