Built motion from commit b5b971d.|0.0.97
[motion.git] / server / components / xchatty / xchatty.css
index fc1f024..8e82f13 100644 (file)
@@ -1,3 +1,47 @@
+.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;
+}
+.xc_rating_label > input{ /* HIDE RADIO */
+  display:none;
+}
+.xc_rating_label > input + img{ /* IMAGE STYLES */
+  cursor:pointer;
+  border:2px solid transparent;
+}
+.xc_rating_label > input:checked + img{ /* (CHECKED) IMAGE STYLES */
+  /*border:2px solid #f00;*/
+  background-color: #efefef;
+}
+
+.xc_label {
+  display: inline-block;
+  max-width: 100%;
+  margin-bottom: 5px;
+  font-weight: bold;
+}
+
+.xc_online_message,
+.xc_offline_message,
+.xc_rating_message
+{
+  text-align: center;
+}
+
+.xc_div_group {
+       margin: 10px 0 10px 0;
+}
+
 .xc_footer
 {
        text-align: center;
@@ -87,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;
@@ -130,7 +174,7 @@ div.xc_chat_head.squared
        display:none;
 }
 
-.xc_signup_wrapper,.xc_notifications_wrapper,.xc_enquiry_wrapper
+.xc_signup_wrapper,.xc_notifications_wrapper,.xc_enquiry_wrapper,.xc_rating_wrapper
 {
        display:none;
        overflow:auto;
@@ -186,17 +230,20 @@ form.xc_form_reply
        margin:10px auto 5px;
 }
 
-.xc_input_enquiry_message
+.xc_input_enquiry_message,
+.xc_input_rating_message
 {
        height:100px;
 }
 
-.xc_form_signup,.xc_form_enquiry
+.xc_form_signup,.xc_form_enquiry,.xc_form_rating
 {
-       text-align:center;
+       /*text-align:center;*/
 }
 
-.xc_chat_container textarea,.xc_chat_container input[type=text]
+.xc_chat_container textarea,
+.xc_chat_container input[type=text],
+.xc_chat_container select
 {
        width:95%;
        min-width:95%;
@@ -363,7 +410,7 @@ i.xc_btn_notifications_close
        font-weight:700;
        text-decoration:none;
        text-shadow:1px 1px 0 #000c17;
-       margin:0 auto 5px;
+       margin:5px auto 5px;
        padding:2px 0;
 }
 
@@ -454,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;
        }