quarantine.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. @media screen and (max-width: 767px) {
  15. .table-responsive {
  16. overflow-x: scroll !important;
  17. }
  18. }
  19. .footer-add-item {
  20. display:block;
  21. text-align: center;
  22. font-style: italic;
  23. padding: 10px;
  24. background: #F5F5F5;
  25. }
  26. @media (min-width: 992px) {
  27. .container {
  28. width: 80%;
  29. }
  30. }
  31. .mass-actions-quarantine {
  32. user-select: none;
  33. padding:10px 0 10px 10px;
  34. }
  35. .inputMissingAttr {
  36. border-color: #FF4136;
  37. }
  38. .dot-danger {
  39. height: 10px;
  40. width: 10px;
  41. background-color: #ff4136;
  42. border-radius: 50%;
  43. display: inline-block;
  44. }
  45. .dot-neutral {
  46. height: 10px;
  47. width: 10px;
  48. background-color: #d4d4d4;
  49. border-radius: 50%;
  50. display: inline-block;
  51. }
  52. span.mail-address-item {
  53. background-color: #f5f5f5;
  54. border-radius: 4px;
  55. border: 1px solid #ccc;
  56. padding: 2px 7px;
  57. margin-right: 7px;
  58. }