Barış Soner Uşaklı 2 years ago
parent c23b8d5f77
commit 4d05381df6

@ -144,7 +144,7 @@
[component="chat/message/remaining"] { [component="chat/message/remaining"] {
position: absolute; position: absolute;
right: 5.25em; right: 10em;
z-index: 2; z-index: 2;
bottom: 0; bottom: 0;
color: @gray-light; color: @gray-light;

@ -18,6 +18,7 @@
</ul> </ul>
<div component="chat/composer"> <div component="chat/composer">
<textarea component="chat/input" placeholder="[[modules:chat.placeholder]]" class="form-control chat-input mousetrap" rows="2"></textarea> <textarea component="chat/input" placeholder="[[modules:chat.placeholder]]" class="form-control chat-input mousetrap" rows="2"></textarea>
<button component="chat/upload/button" class="btn btn-light" type="button"><i class="fa fa-fw fa-2x fa-upload"></i></button>
<button class="btn btn-primary" type="button" data-action="send"><i class="fa fa-fw fa-2x fa-paper-plane"></i></button> <button class="btn btn-primary" type="button" data-action="send"><i class="fa fa-fw fa-2x fa-paper-plane"></i></button>
<span component="chat/message/remaining">{maximumChatMessageLength}</span> <span component="chat/message/remaining">{maximumChatMessageLength}</span>
<form component="chat/upload" method="post" enctype="multipart/form-data"> <form component="chat/upload" method="post" enctype="multipart/form-data">

Loading…
Cancel
Save