mailbox.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. padding:10px 0 10px 10px;
  36. }
  37. .inputMissingAttr {
  38. border-color: #FF4136;
  39. }
  40. .dns-found {
  41. max-width: 300px;
  42. word-break: break-all;
  43. }
  44. .dns-recommended {
  45. max-width: 150px;
  46. word-break: break-all;
  47. }
  48. .table-lines {
  49. vertical-align: inherit;
  50. }
  51. #logText {
  52. font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  53. font-size:smaller;
  54. }
  55. table tbody tr {
  56. cursor: pointer;
  57. }
  58. table tbody tr td input[type="checkbox"] {
  59. cursor: pointer;
  60. }
  61. .label-last-login .bi {
  62. font-size: 8pt !important;
  63. }
  64. .label-last-login {
  65. line-height: 2.2;
  66. color: #4a4a4a!important;
  67. padding: .2em .4em .3em !important;
  68. background-color: #ececec!important;
  69. }