View | Details | Raw Unified | Return to bug 40816
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-1 / +14 lines)
Lines 169-180 table { Link Here
169
            td {
169
            td {
170
                padding: .5em;
170
                padding: .5em;
171
            }
171
            }
172
172
            tr.dtrg-group {
173
            tr.dtrg-group {
173
                td {
174
                td {
174
                    background: #e0e0e0;
175
                    background: #e0e0e0;
175
                }
176
                }
176
            }
177
            }
177
        }
178
        }
179
180
        th.dt-type-numeric,
181
        th.dt-type-date,
182
        td.dt-type-numeric,
183
        td.dt-type-date {
184
            div.dt-column-header {
185
                flex-direction: row;
186
            }
187
188
            div.dt-column-footer {
189
                flex-direction: row;
190
            }
191
        }
178
    }
192
    }
179
193
180
    /* Row grouping */
194
    /* Row grouping */
181
- 

Return to bug 40816