Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <div id="CX_chatbox" class="cx-offline">
  2. <div id="CX_btn_0" style="color: rgb(255, 255, 255); width: 250px; right: 30px; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; bottom: 0px; padding:10px; background-color:#327CCB;" class="cx-chat-btn cx-online-btn cx-no-ico">
  3. <div class="cx-ico cx-ico-chat" style="display:none"></div>
  4. <div class="cx-ico cx-ico-arrow-up" style="display:block;"></div>
  5. <div class="cx-title" style="display:block;">Chat</div>
  6. </div>
  7.  
  8. <div id="CX_popup_0" data-id="0" class="cx-widget" style="display: none; width:300px; right:30px;bottom:0;border-radius:4px 4px 0 0; overflow: hidden;">
  9. <div class="cx-">
  10. <div id="CX_popup_header_0" class="cx-header" style="border-radius:4px 4px 0 0;background-color:#327CCB; color:#ffffff;">
  11. <div class="cx-title" style="text-align:left; padding:10px;">
  12. Chat
  13. <div class="cx-ico cx-ico-arrow-down" style="float:right;"></div>
  14. </div>
  15.  
  16. </div>
  17.  
  18. <div id="CX_popup_body_0" class="cx-body" style="height: 300px; overflow: hidden;">
  19. <div class="chat_content"></div>
  20. </div>
  21.  
  22. <div class="chat_input">
  23. <textarea id="omdc" placeholder="Your Message..."></textarea>
  24. </div>
  25. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement