Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

message.css 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /** =====================
  2. Message css start
  3. ========================== **/
  4. .message .card{
  5. border-top:none;
  6. }
  7. .message-label{
  8. float: right;
  9. height: 40px;
  10. width: 40px;
  11. text-align: center;
  12. margin-top: -5px;
  13. line-height: 22px;
  14. border-radius: 100%;
  15. margin-bottom: 0;
  16. }
  17. .unread-msg{
  18. background: #fcffe8;
  19. }
  20. .unread-msg i,.unread-msg h6,.unread-msg span,.unread-msg p{
  21. color: #000 !important;
  22. font-weight: 600;
  23. }
  24. .messages .media .media-body{
  25. padding-top: 6px;
  26. }
  27. .messages-content {
  28. padding: 25px;
  29. border-right: 1px solid #ccc;
  30. padding-bottom:0;
  31. }
  32. .messages-content .media{
  33. margin-bottom: 40px;
  34. }
  35. .messages-content .media .msg-send,.messages-content .media .msg-reply{
  36. padding: 15px;
  37. font-size: 12px;
  38. display: inline-block;
  39. margin-bottom: 10px;
  40. }
  41. .messages-send .form-control{
  42. border-radius:0;
  43. }
  44. .messages-send span{
  45. border-radius:0;
  46. }
  47. .msg-img-h{
  48. width: 50px;
  49. }
  50. .user-box .media-object, .friend-box .media-object {
  51. height: 45px;
  52. width: 45px;
  53. display: inline-block;
  54. }
  55. .media-right {
  56. padding-left: 10px;
  57. }
  58. .friend-box img {
  59. margin-right: 10px;
  60. margin-bottom: 10px;
  61. }
  62. .message-left{
  63. width: 300px;
  64. float: right;
  65. }
  66. .msg-box{
  67. margin: -30px -15px;
  68. }
  69. .msg-send{
  70. background-color: #f3f3f3;
  71. }
  72. .new-msg{
  73. border-right: 0;
  74. }
  75. .msg-ellipsis{
  76. right: 10px;
  77. top: 0;
  78. position: absolute;
  79. span{
  80. margin-top: 10px;
  81. margin-right: 14px;
  82. float: right;
  83. font-size: 26px;
  84. }
  85. }
  86. .msg-nav{
  87. top: 18px;
  88. right: 40px;
  89. position: absolute;
  90. font-size: 24px;
  91. }
  92. .new-msg:focus ~ .input-group-addon {
  93. background-color: #fff;
  94. border-color: #66afe9;
  95. }
  96. .msg-ellipsis.c-pointer .ellipsis {
  97. position: absolute;
  98. right: -13px;
  99. font-size: 26px;
  100. color: transparent;
  101. cursor: pointer;
  102. top: -16px;
  103. padding: 0px 0;
  104. z-index: 99;
  105. height: 40px;
  106. }
  107. .elipsis-box.msg-elipsis-box {
  108. position: absolute;
  109. top:30px;
  110. box-shadow:0 0 5px 1px rgba(0, 0, 0, 0.11);
  111. right: -10px;
  112. }
  113. .msg-ellipsis {
  114. right: 15px;
  115. top: 20px;
  116. position: absolute;
  117. a{
  118. font-size: 15px;
  119. }
  120. }
  121. .elipsis-box:after {
  122. content: '';
  123. height: 13px;
  124. width: 13px;
  125. background: #fff;
  126. position: absolute;
  127. top: -5px;
  128. right: 10px;
  129. -webkit-transform: rotate(45deg);
  130. -moz-transform: rotate(45deg);
  131. transform: rotate(45deg);
  132. box-shadow: -3px -3px 11px 1px rgba(170, 170, 170, 0.22);
  133. }
  134. /*====== Message css End ======*/