mailbox.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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: 80%;
  26. }
  27. }
  28. .mass-actions-mailbox {
  29. user-select: none;
  30. padding:10px 0 10px 10px;
  31. }
  32. .inputMissingAttr {
  33. border-color: #FF4136;
  34. }
  35. .dns-found {
  36. max-width: 300px;
  37. word-break: break-all;
  38. }
  39. .dns-recommended {
  40. max-width: 150px;
  41. word-break: break-all;
  42. }
  43. .table-lines {
  44. vertical-align: inherit;
  45. }
  46. #logText {
  47. font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  48. font-size:smaller;
  49. }
  50. table tbody tr {
  51. cursor: pointer;
  52. }
  53. table tbody tr td input[type="checkbox"] {
  54. cursor: pointer;
  55. }
  56. .label-last-login .bi {
  57. font-size: 8pt !important;
  58. }
  59. .label-last-login {
  60. line-height: 2.5;
  61. color: #4a4a4a!important;
  62. background-color: #ececec!important;
  63. }