Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. Set: Chat window w RTL arabic
  2.  
  3. span#open-icon {
  4. position: absolute !important;
  5. left: 8px;
  6. }
  7. span#open-label {
  8. padding-right: 15px !important;
  9. padding-left: 38px !important;
  10. text-align: right;
  11. margin-left: 25px;
  12. }
  13. a#title {
  14. height: 41px;
  15. }
  16. span#close-chat {
  17. float: left !important;
  18. }
  19. span#minimize {
  20. float: left !important;
  21. }
  22. span#title-text {
  23. float: right;
  24. }
  25. #view-prechat-survey {
  26. direction: rtl;
  27. }
  28. #view-prechat-survey div[id^="container"] label {
  29. direction: rtl;
  30. float: right;
  31. }
  32. #view-prechat-survey div[id^="container"] input[type="text"] {
  33. direction: rtl;
  34. }
  35. #view-chat p.operator,
  36. #view-chat p.client {
  37. float: right;
  38. direction: rtl;
  39. text-align: right;
  40. width: 100%;
  41. }
  42. #view-chat p.operator .time,
  43. #view-chat p.client .time {
  44. float: left;
  45. }
  46. #textarea textarea[name="message"] {
  47. direction: rtl;
  48. }
  49. #message-placeholder: {
  50. color: white;
  51. }
  52. #message-placeholder:before {
  53. content: "Enter أكتب رسالتك هنا، ثم إضغط على";
  54. width: 100%;
  55. height: 100%;
  56. text-align:right;
  57. position: absolute;
  58. background: white;
  59. color: #b3b3b3;
  60. }
  61. #operators .operator-role {
  62. color: white;
  63. }
  64. #operators .operator-role:before {
  65. content: "مندوب خدمة العملاء";
  66. text-align:right;
  67. position: absolute;
  68. background: white;
  69. color: #b3b3b3;
  70. }
  71. #email_transcript_form label[for="transcript_email_input"]:before {
  72. content: "أرسل نص المحادثة إلى بريدك الإلكتروني";
  73. text-align: right;
  74. position: absolute;
  75. background: white;
  76. color: #b3b3b3;
  77. width: 348px;
  78. background-color: rgb(245, 245, 245);
  79. }
  80. input#transcript_email_input {
  81. text-align: right;
  82. }
  83. #rate_me_feedback_form label[for="rate_me_feedback_message"]:before {
  84. content: ":شكراً على تقييمك، بإمكانك أيضاً ترك رسالة";
  85. text-align: right;
  86. position: absolute;
  87. background: white;
  88. color: #b3b3b3;
  89. width: 348px;
  90. background-color: rgb(245, 245, 245);
  91. }
  92. textarea#rate_me_feedback_message {
  93. text-align: right;
  94. }
  95. #confirm-closing p:first-child:before {
  96. content: "هل تود إغلاق هذه المحادثه؟";
  97. position: absolute;
  98. color: black;
  99. width: 256px;
  100. background-color: white;
  101. }
  102. #view-postchat-survey label,
  103. #view-postchat-survey textarea {
  104. text-align: right;
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement