contacts.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .app-contacts .page-content-actions .btn-group {
  2. margin-left: -6px; }
  3. .app-contacts .page-content-actions .btn-pure.btn-default {
  4. color: #a3afb7; }
  5. .app-contacts .page-content-actions .btn-pure.btn-default.active, .app-contacts .page-content-actions .btn-pure.btn-default:focus, .app-contacts .page-content-actions .btn-pure.btn-default:hover {
  6. color: #76838f; }
  7. .app-contacts table > thead > tr > th,
  8. .app-contacts table > tbody > tr > th,
  9. .app-contacts table > thead > tr > td,
  10. .app-contacts table > tbody > tr > td {
  11. vertical-align: middle;
  12. white-space: nowrap; }
  13. .app-contacts table .avatar {
  14. vertical-align: middle;
  15. margin-right: 10px; }
  16. .app-contacts .slidePanel-actions {
  17. float: none;
  18. position: absolute;
  19. top: 15px;
  20. right: 20px; }
  21. .app-contacts .slidePanel-actions .btn-pure {
  22. color: #ccd5db; }
  23. .app-contacts .slidePanel-actions .btn-pure.active, .app-contacts .slidePanel-actions .btn-pure:focus, .app-contacts .slidePanel-actions .btn-pure:hover {
  24. color: #fff; }
  25. .app-contacts .slidePanel-header {
  26. width: 100%;
  27. height: 350px;
  28. text-align: center;
  29. overflow: inherit; }
  30. .app-contacts .slidePanel-header .avatar {
  31. width: 100px; }
  32. .app-contacts .slidePanel-header .name {
  33. font-size: 20px; }
  34. .app-contacts .slidePanel-header .edit {
  35. position: absolute;
  36. bottom: -26px;
  37. right: 20px; }
  38. .app-contacts .slidePanel-header .edit .wb-close {
  39. display: none; }
  40. .app-contacts .slidePanel-header .edit.active .wb-close {
  41. display: inline-block; }
  42. .app-contacts .slidePanel-header .edit.active .wb-pencil {
  43. display: none; }
  44. .app-contacts .slidePanel .user-info {
  45. margin: 30px 0; }
  46. .app-contacts .slidePanel .user-info td {
  47. padding: 15px 0; }
  48. .app-contacts .slidePanel .user-info .info-label {
  49. width: 120px; }
  50. .app-contacts .slidePanel .user-info .form-group {
  51. display: none;
  52. margin: 0; }
  53. .app-contacts .slidePanel .user-info.active span {
  54. display: none; }
  55. .app-contacts .slidePanel .user-info.active .form-group {
  56. display: block; }
  57. @media (max-width: 767.98px) {
  58. .app-contacts .responsive-hide .tablesaw-cell-label {
  59. display: none; }
  60. .app-contacts table > thead > tr > th,
  61. .app-contacts table > tbody > tr > th,
  62. .app-contacts table > thead > tr > td,
  63. .app-contacts table > tbody > tr > td {
  64. padding-left: 30px;
  65. padding-right: 30px;
  66. text-align: left; }
  67. .app-contacts .page-content-actions .actions-right {
  68. float: none;
  69. display: block; }
  70. .app-contacts .page-content-actions .actions-right .dropdown-toggle {
  71. border-color: #e4eaec; } }
  72. @media (max-width: 479.98px) {
  73. .app-contacts .page-header .page-header-actions {
  74. margin-top: 20px;
  75. position: relative;
  76. top: 0;
  77. right: 0;
  78. -webkit-transform: none;
  79. transform: none; } }