admin.css 1.8 KB

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