admin.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. padding:10px 0 10px 0;
  29. }
  30. .inputMissingAttr {
  31. border-color: #FF4136;
  32. }
  33. .rotate {
  34. -moz-transition: all 0.3s linear;
  35. -webkit-transition: all 0.3s linear;
  36. transition: all 0.3s linear;
  37. }
  38. .rotate.animation {
  39. -ms-transform:rotateX(180deg);
  40. -moz-transform:rotateX(180deg);
  41. -webkit-transform:rotateX(180deg);
  42. transform:rotateX(180deg);
  43. }
  44. .anchor {
  45. display: block;
  46. height: 65px;
  47. margin-top: -65px;
  48. visibility: hidden;
  49. }
  50. .thumbnail img {
  51. min-height:100px;
  52. height:100px;
  53. }
  54. .nav-tabs>li>a {
  55. z-index: 1;
  56. }
  57. .table-condensed .input-sm {
  58. width: 100%!important;
  59. }
  60. .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 {
  61. padding: 3px;
  62. }
  63. table tbody tr {
  64. cursor: pointer;
  65. }
  66. table tbody tr td input[type="checkbox"] {
  67. cursor: pointer;
  68. }
  69. #quarantine_template {
  70. margin:20px;
  71. }
  72. .regex-input {
  73. font-family: Consolas,monaco,monospace;
  74. font-size: 1rem;
  75. }
  76. .label-keys {
  77. font-size:100%;
  78. margin: 0px !important;
  79. white-space: normal !important;
  80. }
  81. .key-action {
  82. font-weight:bold;
  83. color:white !important;
  84. }