mailbox.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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: inherit !important;
  13. }
  14. .table-responsive {
  15. overflow-x: scroll !important;
  16. }
  17. .btn-group {
  18. width: max-content;
  19. }
  20. .footer-add-item {
  21. display:block;
  22. text-align: center;
  23. font-style: italic;
  24. padding: 10px;
  25. background: #F5F5F5;
  26. }
  27. @media (min-width: 992px) {
  28. .container {
  29. width: 80%;
  30. }
  31. }
  32. .mass-actions-mailbox {
  33. user-select: none;
  34. padding:10px 0 10px 10px;
  35. }
  36. .inputMissingAttr {
  37. border-color: #FF4136;
  38. }
  39. .dns-found {
  40. max-width: 300px;
  41. word-break: break-all;
  42. }
  43. .dns-recommended {
  44. max-width: 150px;
  45. word-break: break-all;
  46. }
  47. .table-lines {
  48. vertical-align: inherit;
  49. }
  50. #logText {
  51. font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  52. font-size:smaller;
  53. }
  54. table tbody tr {
  55. cursor: pointer;
  56. }
  57. table tbody tr td input[type="checkbox"] {
  58. cursor: pointer;
  59. }
  60. .label-last {
  61. color: #c7254e !important;
  62. background-color: #f9f2f4 !important;
  63. }