3c447287f3
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.
5 lines
150 B
HTML
Executable File
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>
|