admin.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. @media screen and (max-width: 767px) {
  15. .table-responsive {
  16. overflow-x: scroll !important;
  17. }
  18. }
  19. body {
  20. overflow-y:scroll;
  21. }
  22. /* Fix modal moving content left */
  23. body.modal-open {
  24. overflow-y:scroll;
  25. padding-right: inherit !important;
  26. }
  27. .mass-actions-admin {
  28. user-select: none;
  29. padding:10px 0 10px 0;
  30. }
  31. .inputMissingAttr {
  32. border-color: #FF4136;
  33. }
  34. .rotate {
  35. -moz-transition: all 0.3s linear;
  36. -webkit-transition: all 0.3s linear;
  37. transition: all 0.3s linear;
  38. }
  39. .rotate.animation {
  40. -ms-transform:rotateX(180deg);
  41. -moz-transform:rotateX(180deg);
  42. -webkit-transform:rotateX(180deg);
  43. transform:rotateX(180deg);
  44. }
  45. .anchor {
  46. display: block;
  47. height: 65px;
  48. margin-top: -65px;
  49. visibility: hidden;
  50. }
  51. .scrollboxFixed {
  52. position: fixed;
  53. top: 65px;
  54. z-index: 1;
  55. }
  56. .thumbnail img {
  57. min-height:100px;
  58. height:100px;
  59. }
  60. .nav-tabs>li>a {
  61. z-index: 1;
  62. }
  63. #settings_map {
  64. font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  65. font-size:9pt;
  66. background:transparent;
  67. }
  68. .bootstrap-select {
  69. width: auto!important;
  70. }
  71. .table-condensed .input-sm {
  72. width: 100%!important;
  73. }
  74. .full-width-select {
  75. width: 100%!important;
  76. }