You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
2.4KB

  1. #page-error {
  2. text-align: center;
  3. img {
  4. margin-top: 100px;
  5. }
  6. }
  7. nav.main-header {
  8. ul.navbar-nav {
  9. li.nav-item-user-menu {
  10. .dropdown-menu {
  11. position: absolute;
  12. z-index: 1000;
  13. }
  14. }
  15. li.nav-item {
  16. margin-left: 10px;
  17. .btn {
  18. margin-top: 7px;
  19. }
  20. }
  21. }
  22. }
  23. .main-sidebar p {
  24. font-size: 0.8rem;
  25. }
  26. .nav-link {
  27. padding: 0.5rem 0.5rem;
  28. }
  29. .nav-treeview .nav-link {
  30. padding: 0.2rem 0.5rem 0.2rem 1.2rem;
  31. }
  32. //TODO à réecrire correctement
  33. .table.datatable-simple .highlight {
  34. background: var(--teal);
  35. }
  36. .datatable-field-search.small {
  37. width: 50px;
  38. }
  39. .dataTables_length, .dataTables_filter {
  40. padding: .75rem 1.25rem 0.25rem;
  41. }
  42. table.fixedHeader-floating {
  43. margin-top: 0px !important;
  44. }
  45. .card-body table.lc-table-list th.filtered {
  46. border-top: 2px solid var(--primary);
  47. }
  48. .card-body table.lc-table-list th.sorted, table th.sorting_asc, table th.sorting_desc {
  49. border-top: 2px solid var(--success);
  50. }
  51. .card-body table.lc-table-list th.sorted.filtered {
  52. border-top: 0px;
  53. position: relative;
  54. }
  55. .card-body table.lc-table-list th.sorted.filtered:after {
  56. content: '';
  57. height: 2px;
  58. position: absolute;
  59. left: 0;
  60. width: 100%;
  61. right: 0;
  62. top: -1px;
  63. background: linear-gradient(to right, var(--success) 0%, var(--success) 50%, var(--primary) 50%, var(--primary) 100%);
  64. }
  65. .table-filters-line th {
  66. font-weight: 400;
  67. position: relative;
  68. }
  69. .table-filters-line th input {
  70. }
  71. #list_filter_id {
  72. width: 60px;
  73. }
  74. .delivery-field .form-group {
  75. display: inline-block;
  76. margin-bottom: 0px;
  77. margin-right: 15px;
  78. }
  79. .delivery-field .form-group .form-control {
  80. width: 90px;
  81. }
  82. .table {
  83. thead a {
  84. color: #212529
  85. }
  86. .date-range {
  87. width: 130px;
  88. }
  89. th, td {
  90. padding: 0.35rem;
  91. }
  92. th input {
  93. width: 100%;
  94. }
  95. th.filtered {
  96. border-top: 2px solid var(--primary);
  97. }
  98. th.actions, td.actions {
  99. white-space: nowrap;
  100. text-align: right;
  101. }
  102. th .select2-container--default .select2-selection--single {
  103. padding: 0.3rem 0.4rem;
  104. }
  105. th.sorting_asc, th.sorting_desc {
  106. border-top: 2px solid var(--success);
  107. }
  108. .actions .btn-sm {
  109. margin-right: 3px;
  110. }
  111. }
  112. .select2-container--bootstrap4 .select2-results__option[aria-disabled="true"] {
  113. color: #777;
  114. cursor: not-allowed;
  115. display: none;
  116. }
  117. .hidden {
  118. display: none;
  119. }
  120. .badge.stripped{background-image: url('../img/stripped.png');}