mailbox.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .pagination a {
  2. text-decoration: none !important;
  3. }
  4. .panel.panel-default {
  5. overflow: visible !important;
  6. }
  7. .table-responsive {
  8. overflow: inherit !important;
  9. }
  10. .table-responsive {
  11. overflow-x: scroll !important;
  12. }
  13. .btn-group {
  14. width: max-content;
  15. }
  16. .footer-add-item {
  17. display:block;
  18. text-align: center;
  19. font-style: italic;
  20. padding: 10px;
  21. background: #F5F5F5;
  22. }
  23. @media (min-width: 992px) {
  24. .container {
  25. width: 100%;
  26. }
  27. }
  28. @media (min-width: 1920px) {
  29. .container {
  30. width: 80%;
  31. }
  32. }
  33. .mass-actions-mailbox {
  34. user-select: none;
  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-login .bi {
  61. font-size: 8pt !important;
  62. }
  63. .label-last-login {
  64. line-height: 2.2;
  65. color: #4a4a4a!important;
  66. padding: .2em .4em .3em !important;
  67. background-color: #ececec!important;
  68. }
  69. .badge.bg-info .bi {
  70. font-size: inherit;
  71. }