Built motion from commit b5b971d.|0.0.97
[motion.git] / server / components / xchatty / xchatty.css
index 6c238d1..8e82f13 100644 (file)
@@ -1,3 +1,14 @@
+.xc_header_logo
+{
+       display:block;
+       background-image:url({{& assetBase}}?resource=images/motionLogo.png);
+       width:40px;
+       height:40px;
+       float:left;;
+       margin-left: 10px !important;
+  margin-top: 6px !important;
+}
+
 .xc_rating {
   text-align: center;
 }
@@ -120,7 +131,7 @@ div.xc_chat_head.squared
 .xc_header_icon
 {
        display:block;
-       background-image:url({{& assetBase}}?resource=images/icon_visitorchat.png);
+       background-image:url({{& assetBase}}?resource=images/iconVisitorchat.png);
        width:21px;
        height:16px;
        float:right;
@@ -490,7 +501,7 @@ i.xc_btn_notifications_close
 
        .xc_header_icon
        {
-               background-image:url({{& assetBase}}?resource=images/icon_visitorchat.png);
+               background-image:url({{& assetBase}}?resource=images/iconVisitorchat.png);
                margin:0;
        }