Various small tweaks

- Style room invite
- Remove old border-radius
- Show close icon for minimized chats
This commit is contained in:
JC Brand 2018-03-09 23:26:04 +01:00
parent 591e794f69
commit a1145140c3
5 changed files with 5 additions and 8 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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;

View File

@ -1,6 +1,6 @@
<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>

View File

@ -1,7 +1,7 @@
<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>