bigbluebutton-Github/labs/bbb-html5-client/public/templates/chat_private_box.html
Leonardo Crauss Daronco 3c447287f3 HTML5: remaking the html markup for the chat
A lot of changes to make it easier to control the design from the css.
The actions in the chat now only add or remove classes from the elements instead
of changing their css, so the css is responsible for showing or hiding them
and controlling how they appear in the screen.
2013-10-31 21:30:37 -02:00

5 lines
150 B
HTML
Executable File

<div id="chat-private-<%= userid %>" class="chat-private-box">
You are talking with: <%= username %>
<i class="icon-remove-sign" ></i>
</div>