xmpp.chapril.org-conversejs/src/templates/chat_status.html
JC Brand 66c029ed3e More CSS and markup fixes after looking in FF.
Changed the icon-* selector to apply only to :before (fixes ugly font rendering in FF).
2015-11-02 00:11:00 +00:00

7 lines
312 B
HTML

<div class="xmpp-status">
<a class="choose-xmpp-status {{chat_status}} icon-{{chat_status}}" data-value="{{status_message}}" href="#" title="{{desc_change_status}}">
{{status_message}}
</a>
<a class="change-xmpp-status-message icon-pencil" href="#" title="{{desc_custom_status}}"></a>
</div>