Commit a1145140 authored by JC Brand's avatar JC Brand

Various small tweaks

- Style room invite
- Remove old border-radius
- Show close icon for minimized chats
parent 591e794f
......@@ -5673,8 +5673,7 @@ body.reset {
font-size: 14px;
left: 0;
text-align: left;
overflow-x: hidden;
border-radius: 4px; }
overflow-x: hidden; }
#conversejs #controlbox .controlbox-pane .add-converse-contact {
margin: 0 0 0.75em 0; }
#conversejs #controlbox .controlbox-pane .chatbox-btn {
......
......@@ -5743,8 +5743,7 @@ body {
font-size: 16px;
left: 0;
text-align: left;
overflow-x: hidden;
border-radius: 4px; }
overflow-x: hidden; }
#conversejs #controlbox .controlbox-pane .add-converse-contact {
margin: 0 0 0.75em 0; }
#conversejs #controlbox .controlbox-pane .chatbox-btn {
......
......@@ -383,7 +383,6 @@
left: 0;
text-align: left;
overflow-x: hidden;
border-radius: $chatbox-border-radius;
.add-converse-contact {
margin: 0 0 0.75em 0;
......
<form class="pure-form room-invite">
<form class="room-invite">
{[ if (o.error_message) { ]}
<span class="pure-form-message error">{{{o.error_message}}}</span>
{[ } ]}
<input class="invited-contact" placeholder="{{{o.label_invitation}}}" type="text"/>
<input class="form-control invited-contact" placeholder="{{{o.label_invitation}}}" type="text"/>
</form>
<a class="chatbox-btn close-chatbox-button icon-close"></a>
<a href="#" class="restore-chat w-100 align-self-center" title="{{{o.tooltip}}}">
{[ if (o.num_unread) { ]}
<span class="badge badge-light">{{{o.num_unread}}}</span>
{[ } ]}
{{{o. title }}}
</a>
<a class="chatbox-btn close-chatbox-button fa fa-times"></a>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment