|
44 | 44 | border: none; |
45 | 45 | display: inline; |
46 | 46 | position: relative; |
47 | | - top: 0; |
| 47 | + top: 0.2rem; |
48 | 48 | left: 0; |
49 | | - margin: 0 0 0 -0.25rem; |
50 | | - } |
51 | | - |
52 | | - &.dtr-inline.collapsed > tbody > tr > .dtr-control:before { |
53 | | - top: 0; |
| 49 | + margin: 0 -0.4rem 0 -0.25rem; |
54 | 50 | } |
55 | 51 |
|
56 | 52 | td, |
|
61 | 57 | // box-shadow: none; |
62 | 58 | } |
63 | 59 |
|
64 | | - thead > tr { |
65 | | - & > th:not(.sorting_disabled), |
66 | | - & > td { |
67 | | - padding-right: 30px; |
68 | | - } |
69 | | - } |
70 | | - |
71 | 60 | .sorting:before, |
72 | 61 | .sorting_asc:before, |
73 | 62 | .sorting_desc:before, |
|
92 | 81 | } |
93 | 82 |
|
94 | 83 | &.has-hidden-columns .details-control { |
95 | | - margin-left: 0.25rem; |
| 84 | + margin-left: 0.2rem; |
96 | 85 | } |
97 | 86 |
|
98 | 87 | &[data-has-bulk-actions="1"] { |
99 | 88 | &.has-hidden-columns { |
100 | 89 | thead tr th:first-child, |
101 | 90 | tfoot tr th:first-child { |
102 | | - padding-left: 1.35rem !important; |
| 91 | + padding-left: 1.45rem !important; |
103 | 92 | } |
104 | 93 | } |
105 | 94 |
|
106 | 95 | &[data-has-details-row="1"] { |
107 | 96 | thead tr th:first-child, |
108 | 97 | tfoot tr th:first-child { |
109 | | - padding-left: 1.6rem !important; |
| 98 | + padding-left: 1.8rem !important; |
110 | 99 | } |
111 | 100 |
|
112 | 101 | &.has-hidden-columns { |
113 | 102 | thead tr th:first-child, |
114 | 103 | tfoot tr th:first-child { |
115 | | - padding-left: 2.6rem !important; |
| 104 | + padding-left: 2.9rem !important; |
116 | 105 | } |
117 | 106 | } |
118 | 107 | } |
|
123 | 112 | &.has-hidden-columns { |
124 | 113 | thead tr th:first-child, |
125 | 114 | tfoot tr th:first-child { |
126 | | - padding-left: 1.8rem !important; |
| 115 | + padding-left: 2rem !important; |
127 | 116 | } |
128 | 117 | } |
129 | 118 |
|
130 | 119 | &[data-has-details-row="1"].has-hidden-columns { |
131 | 120 | thead tr th:first-child, |
132 | 121 | tfoot tr th:first-child { |
133 | | - padding-left: 3rem !important; |
| 122 | + padding-left: 3.1rem !important; |
134 | 123 | } |
135 | 124 | } |
136 | 125 | } |
137 | 126 |
|
138 | | - .details-control { |
139 | | - display: flex; |
140 | | - } |
141 | | - |
142 | 127 | .crud_bulk_actions_checkbox { |
143 | | - display: flex; |
144 | 128 | margin: 0 0.6rem 0 0.45rem; |
145 | 129 | } |
146 | 130 |
|
147 | 131 | .crud_bulk_actions_checkbox input { |
148 | 132 | width: 1rem; |
149 | 133 | height: 1rem; |
| 134 | + margin-top: 2px; |
150 | 135 | } |
151 | 136 |
|
152 | 137 | &:not(.has-hidden-columns) { |
|
157 | 142 | } |
158 | 143 | tr th:first-child, |
159 | 144 | tr td:first-child { |
160 | | - display: flex; |
161 | | - align-items: center; |
162 | | - padding-top: 1.1rem !important; |
163 | | - padding-bottom: 1.1rem !important; |
| 145 | + padding-top: 1rem !important; |
| 146 | + padding-bottom: 1rem !important; |
164 | 147 | padding-left: 0.6rem !important; |
165 | 148 | } |
166 | 149 |
|
167 | 150 | &[data-has-bulk-actions="0"] .details-control, |
168 | 151 | &[data-has-bulk-actions="0"][data-has-details-row="0"] .dtr-control:before { |
169 | | - margin-right: 0.4rem !important; |
| 152 | + margin-right: 0.2rem !important; |
170 | 153 | } |
171 | 154 |
|
172 | 155 | &[data-responsive-table="0"] thead tr th, |
|
252 | 235 | font-weight: 600; |
253 | 236 | text-transform: uppercase; |
254 | 237 | } |
| 238 | + |
| 239 | + .nav-link.invisible { |
| 240 | + display: none; |
| 241 | + } |
255 | 242 | } |
256 | 243 |
|
257 | 244 | @media (min-width: 768px) { |
|
0 commit comments