Commit 1081a523a0e5cfec897b1657faf936eff1e195a2
1 parent
b3e262f7
Exists in
master
and in
2 other branches
Adjusting list participants button mobile size
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
chat/templates/chat/list.html
... | ... | @@ -32,7 +32,7 @@ |
32 | 32 | </form> |
33 | 33 | </div> |
34 | 34 | <div class="col-lg-4 col-md-4 col-sm-5 col-xs-12"> |
35 | - <a href="{% url 'chat:participants_general' %}" class="pull-right btn btn-default btn-raised btn-md">{% trans 'List all participants' %}</a> | |
35 | + <a href="{% url 'chat:participants_general' %}" class="pull-right btn btn-default btn-raised btn-md btn-mobile visible-xs-block visible-sm-block">{% trans 'List all participants' %}</a> | |
36 | 36 | </div> |
37 | 37 | </div> |
38 | 38 | </div> | ... | ... |
chat/templates/chat/list_participants.html
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | </form> |
35 | 35 | </div> |
36 | 36 | <div class="col-lg-4 col-md-4 col-sm-5 col-xs-12"> |
37 | - <a href="{% url 'chat:participants_general' %}" class="pull-right btn btn-default btn-raised btn-md">{% trans 'List all participants' %}</a> | |
37 | + <a href="{% url 'chat:participants_general' %}" class="pull-right btn btn-default btn-raised btn-md btn-mobile visible-xs-block visible-sm-block">{% trans 'List all participants' %}</a> | |
38 | 38 | </div> |
39 | 39 | </div> |
40 | 40 | </div> | ... | ... |