From 2c03e4a8e6608b2482110af6c0a82baf5c72ad4f Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 23 Mar 2016 16:25:25 +0100 Subject: [PATCH] add info-badge to chat-window --- .../javascripts/app/views/customer_chat/chat_window.jst.eco | 6 +++++- app/assets/stylesheets/zammad.scss | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco b/app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco index a12a95d3a..9eb7f9cbb 100644 --- a/app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco +++ b/app/assets/javascripts/app/views/customer_chat/chat_window.jst.eco @@ -6,7 +6,11 @@ <%- @Icon('small-dot', 'icon-status-modified-inner-circle') %> -
<%= @name %>
+
+ <%= @name %>
+
<%- @Icon('info') %>
+
+
<%- @T('disconnect') %>
diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 30996f930..7cbd31da6 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -7575,6 +7575,12 @@ output { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + + .status-badge { + margin-left: 2px; + vertical-align: middle; + height: 100%; + } } .chat-status {