Commit a90968f9b9c3f784d2c399bdb5f1fc97b5a0e8bb

Authored by Sergio Oliveira
1 parent cd03c79c

Increasing send button size

src/super_archives/templates/superarchives/includes/message.html
@@ -47,11 +47,11 @@ @@ -47,11 +47,11 @@
47 <p> 47 <p>
48 <textarea placeholder="{% trans 'Send a message' %}" rows="5" class="form-control"></textarea> 48 <textarea placeholder="{% trans 'Send a message' %}" rows="5" class="form-control"></textarea>
49 </p> 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 <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> 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 </div> 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 </div> 55 </div>
56 {% endif %} 56 {% endif %}
57 </div> 57 </div>