Commit a90968f9b9c3f784d2c399bdb5f1fc97b5a0e8bb
1 parent
cd03c79c
Exists in
master
and in
39 other branches
Increasing send button size
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/super_archives/templates/superarchives/includes/message.html
... | ... | @@ -47,11 +47,11 @@ |
47 | 47 | <p> |
48 | 48 | <textarea placeholder="{% trans 'Send a message' %}" rows="5" class="form-control"></textarea> |
49 | 49 | </p> |
50 | - <div class="col-lg-11 col-md-9 col-sm-9 col-xs-8"> | |
50 | + <div class="col-lg-9 col-md-8 col-sm-8 col-xs-7"> | |
51 | 51 | <p class="quiet">{% trans "After sending a message it will take few minutes before it shows up in here. Why don't you grab a coffee?" %}</p> |
52 | 52 | </div> |
53 | - <div class="col-lg-1 col-md-3 col-sm-3 col-xs-4 text-right"> | |
54 | - <button class="btn btn-success">{% trans 'Send' %}</button> | |
53 | + <div class="col-lg-3 col-md-4 col-sm-4 col-xs-5 text-right"> | |
54 | + <button class="btn btn-success btn-lg">{% trans 'Send' %}</button> | |
55 | 55 | </div> |
56 | 56 | {% endif %} |
57 | 57 | </div> | ... | ... |