Swop buttons and try to make column responsive

This commit is contained in:
JC Brand 2018-05-24 10:18:27 +02:00
parent e76dc01265
commit 3849f56270
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div class="col col-8">
<div class="col">
<div class="chat-title" title="{{{o.jid}}}">
{[ if (o.name && o.name !== o.Strophe.getNodeFromJid(o.jid)) { ]}
{{{ o.name }}}

View File

@ -49,8 +49,8 @@
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{{o.label_close}}}</button>
<button type="submit" class="save-form btn btn-primary">{{{o.label_save}}}</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{{o.label_close}}}</button>
</div>
</form>
</div>