admin.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .pagination a {
  2. text-decoration: none !important;
  3. }
  4. .panel.panel-default {
  5. overflow: visible !important;
  6. }
  7. .table-responsive {
  8. overflow: visible !important;
  9. }
  10. .table-responsive {
  11. overflow-x: scroll !important;
  12. }
  13. body {
  14. overflow-y:scroll;
  15. }
  16. /* Fix modal moving content left */
  17. body.modal-open {
  18. overflow-y:scroll;
  19. padding-right: inherit !important;
  20. }
  21. @media (min-width: 992px) {
  22. .container {
  23. width: 80%;
  24. }
  25. }
  26. .mass-actions-admin {
  27. user-select: none;
  28. }
  29. .inputMissingAttr {
  30. border-color: #FF4136;
  31. }
  32. .rotate {
  33. -moz-transition: all 0.3s linear;
  34. -webkit-transition: all 0.3s linear;
  35. transition: all 0.3s linear;
  36. }
  37. .rotate.animation {
  38. -ms-transform:rotateX(180deg);
  39. -moz-transform:rotateX(180deg);
  40. -webkit-transform:rotateX(180deg);
  41. transform:rotateX(180deg);
  42. }
  43. .anchor {
  44. display: block;
  45. height: 65px;
  46. margin-top: -65px;
  47. visibility: hidden;
  48. }
  49. .thumbnail img {
  50. min-height:100px;
  51. height:100px;
  52. }
  53. .nav-tabs>li>a {
  54. z-index: 1;
  55. }
  56. .table-condensed .input-sm {
  57. width: 100%!important;
  58. }
  59. .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  60. padding: 3px;
  61. }
  62. table tbody tr td input[type="checkbox"] {
  63. cursor: pointer;
  64. }
  65. #quarantine_template {
  66. margin:20px;
  67. }
  68. .regex-input {
  69. font-family: Consolas,monaco,monospace;
  70. font-size: 1rem;
  71. }
  72. .label-keys {
  73. font-size:100%;
  74. margin: 0px !important;
  75. white-space: normal !important;
  76. }
  77. .key-action {
  78. font-weight:bold;
  79. color:white !important;
  80. }
  81. .dkim-label {
  82. margin: 0 0 8px !important;
  83. }