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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css (-1 / +13 lines)
Lines 241-248 span.filter_column > input.text_filter { Link Here
241
}
241
}
242
242
243
/* Row grouping */
243
/* Row grouping */
244
td.group {
244
td.group,
245
table.group td.group {
245
    background-color: #D1CFD0;
246
    background-color: #D1CFD0;
246
    border-bottom: 2px solid #A19B9E;
247
    border-bottom: 2px solid #A19B9E;
247
    border-top: 2px solid #A19B9E;
248
    border-top: 2px solid #A19B9E;
248
}
249
}
250
251
table.group tr.odd td {
252
    background-color : #F3F3F3;
253
    border : 1px solid #BCBCBC;
254
    border-right : 1px solid #BCBCBC;
255
}
256
257
table.group tr.even td {
258
    background-color: #FFF;
259
    border-right : 1px solid #BCBCBC;
260
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +1 lines)
Lines 273-279 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
273
273
274
[% IF budgets %]
274
[% IF budgets %]
275
275
276
<table id="budgeth">
276
<table id="budgeth" class="group">
277
    [% UNLESS budget_period_id %]
277
    [% UNLESS budget_period_id %]
278
      <caption>
278
      <caption>
279
        <span class="actions"><a href="#" id="expand_all">Expand all</a>
279
        <span class="actions"><a href="#" id="expand_all">Expand all</a>
280
- 

Return to bug 13369