mailbox.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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-login {
  61. line-height: 2.5;
  62. color: #4a4a4a!important;
  63. background-color: #ececec!important;
  64. }