user.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. .pagination a {
  2. text-decoration: none !important;
  3. }
  4. .panel.panel-default {
  5. overflow: visible !important;
  6. }
  7. .table-responsive {
  8. overflow: visible !important;
  9. }
  10. @media screen and (max-width: 767px) {
  11. .table-responsive {
  12. overflow-x: scroll !important;
  13. }
  14. }
  15. .footer-add-item {
  16. display:block;
  17. text-align: center;
  18. font-style: italic;
  19. padding: 10px;
  20. background: #F5F5F5;
  21. }
  22. .mass-actions-user {
  23. user-select: none;
  24. }
  25. .inputMissingAttr {
  26. border-color: #FF4136;
  27. }
  28. #logText {
  29. white-space: pre-wrap;
  30. white-space: -moz-pre-wrap;
  31. white-space: -o-pre-wrap;
  32. word-wrap: break-word;
  33. }
  34. body {
  35. overflow-y:scroll;
  36. }
  37. table tbody tr {
  38. cursor: pointer;
  39. }
  40. table tbody tr td input[type="checkbox"] {
  41. cursor: pointer;
  42. }
  43. .label-keys {
  44. font-size:100%;
  45. margin: 0px !important;
  46. white-space: normal !important;
  47. }
  48. .key-action {
  49. font-weight:bold;
  50. color:white !important;
  51. }
  52. svg {
  53. display: inline-block;
  54. vertical-align: middle;
  55. }
  56. .c-1-color, .label-ham {
  57. background: #28b62c;
  58. background: -webkit-linear-gradient(to right, #28b62c, #fff233);
  59. background: linear-gradient(to right, #28b62c, #fff233);
  60. color: #000;
  61. }
  62. .c-2-color, .label-spam {
  63. background: #fff233;
  64. background: -webkit-linear-gradient(to right, #fff233, #ff4136);
  65. background: linear-gradient(to right, #fff233, #ff4136);
  66. color: #000;
  67. }
  68. .c-3-color, .label-reject{
  69. background: #ff4136;
  70. color: #fff;
  71. }
  72. #spam_score {
  73. margin-bottom: 10px;
  74. }
  75. .noUi-handle {
  76. border: 1px solid #e2e2e2;
  77. border-radius: 0px;
  78. background: #eee;
  79. cursor: default;
  80. box-shadow: none;
  81. border-top-width: 0px;
  82. border-right-width: 1px;
  83. border-bottom-width: 4px;
  84. border-left-width: 1px;
  85. }
  86. .noUi-handle:hover {
  87. background-color: #eee;
  88. border-color: #e2e2e2;
  89. margin-top: 1px;
  90. border-bottom-width: 3px;
  91. }
  92. .noUi-handle::after, .noUi-handle::before {
  93. background: #c6c6c6;
  94. width: 2px;
  95. }
  96. .noUi-target {
  97. background: transparent;
  98. border-radius: 0px;
  99. border: 1px solid #D3D3D3;
  100. box-shadow: none;
  101. }
  102. .noUi-connects {
  103. border-radius: 0px;
  104. }
  105. .label-ham,
  106. .label-spam,
  107. .label-reject {
  108. padding: .1em .5em .1em;
  109. font-size: inherit;
  110. font-weight: 400;
  111. }
  112. .clear-last-logins {
  113. cursor: pointer;
  114. font-size:90%;
  115. font-style: italic;
  116. color: #158cba;
  117. user-select:none;
  118. }
  119. .ip-location-flag {
  120. border-radius: 4px;
  121. top: 3px;
  122. }
  123. .recent-login-success {
  124. margin-top:2px;
  125. margin-right:10px;
  126. }
  127. .label-protocol-access {
  128. line-height: 2;
  129. }
  130. .help-block-mt-0 {
  131. margin-top: 0px;
  132. }