quarantine.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. table.footable>tbody>tr.footable-empty>td {
  2. font-size: 15px !important;
  3. font-style: italic;
  4. }
  5. .pagination a {
  6. text-decoration: none !important;
  7. }
  8. .panel.panel-default {
  9. overflow: visible !important;
  10. }
  11. .table-responsive {
  12. overflow: visible !important;
  13. }
  14. .table-responsive {
  15. overflow-x: scroll !important;
  16. }
  17. .footer-add-item {
  18. display: block;
  19. text-align: center;
  20. font-style: italic;
  21. padding: 10px;
  22. background: #F5F5F5;
  23. }
  24. @media (min-width: 992px) {
  25. .container {
  26. width: 80%;
  27. }
  28. }
  29. .mass-actions-quarantine {
  30. user-select: none;
  31. padding: 10px 0 10px 10px;
  32. }
  33. .inputMissingAttr {
  34. border-color: #FF4136;
  35. }
  36. .modal#qidDetailModal p {
  37. word-break: break-all;
  38. }
  39. span#qid_detail_score {
  40. font-weight: 700;
  41. margin-left: 5px;
  42. }
  43. span.rspamd-symbol {
  44. display: inline-block;
  45. margin: 2px 6px 2px 0;
  46. border-radius: 4px;
  47. padding: 0 7px;
  48. }
  49. span.rspamd-symbol.positive {
  50. background: #4CAF50;
  51. border: 1px solid #4CAF50;
  52. color: white;
  53. }
  54. span.rspamd-symbol.negative {
  55. background: #ff4136;
  56. border: 1px solid #ff4136;
  57. color: white;
  58. }
  59. span.rspamd-symbol.neutral {
  60. background: #f5f5f5;
  61. color: #333;
  62. border: 1px solid #ccc;
  63. }
  64. span.rspamd-symbol span.score {
  65. font-weight: 700;
  66. }
  67. span.mail-address-item {
  68. background-color: #f5f5f5;
  69. border-radius: 4px;
  70. border: 1px solid #ccc;
  71. padding: 2px 7px;
  72. display: inline-block;
  73. margin: 2px 6px 2px 0;
  74. }
  75. table tbody tr {
  76. cursor: pointer;
  77. }
  78. table tbody tr td input[type="checkbox"] {
  79. cursor: pointer;
  80. }
  81. .label-rspamd-action {
  82. font-size:110%;
  83. margin:20px;
  84. }