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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-11 / +12 lines)
Lines 408-433 tbody { Link Here
408
    }
408
    }
409
409
410
    .dataTables_info {
410
    .dataTables_info {
411
        float: left;
411
        float: none;
412
        line-height: 1.9em;
412
        line-height: 1.9em;
413
        padding-right: 1em;
413
        padding-right: 1em;
414
        padding-top: 0;
414
        padding-top: 0;
415
    }
415
    }
416
416
417
    .dataTables_length {
417
    .dataTables_length {
418
        float: none;
418
        display: none;
419
        display: none;
419
        float: left;
420
        line-height: 1.5em;
420
        line-height: 1.5em;
421
        padding-right: 1em;
421
        padding-right: 1em;
422
    }
422
    }
423
423
424
    .dataTables_filter {
424
    .dataTables_filter {
425
        float: left;
425
        float: none;
426
        line-height: 1.5em;
426
        padding-right: 1em;
427
        padding-right: 1em;
427
    }
428
    }
428
429
429
    .dataTables_paginate {
430
    .dataTables_paginate {
430
        float: left;
431
        line-height: 1.5em;
431
        line-height: 1.5em;
432
        padding: 0;
432
        padding: 0;
433
        padding-right: 1em;
433
        padding-right: 1em;
Lines 497-502 tbody { Link Here
497
}
497
}
498
498
499
.pager {
499
.pager {
500
    display: flex;
500
    font-size: 90%;
501
    font-size: 90%;
501
502
502
    &.top {
503
    &.top {
Lines 510-519 tbody { Link Here
510
        display: none;
511
        display: none;
511
    }
512
    }
512
513
513
    div{
514
    div.dt-buttons {
514
        &.dt-buttons {
515
        flex-grow: 1;
515
            position: relative;
516
        display: flex;
516
            float: right;
517
518
        button:first-of-type {
519
            margin-right: auto;
517
        }
520
        }
518
    }
521
    }
519
522
Lines 526-535 tbody { Link Here
526
            color: #696969;
529
            color: #696969;
527
            font-size: 1em;
530
            font-size: 1em;
528
            line-height: 1.7em;
531
            line-height: 1.7em;
529
            margin: 3px 3px 0;
532
            margin: 0 3px 0 0;
530
            padding: 0 .5em;
533
            padding: 0 .5em;
531
            position: relative;
534
            position: relative;
532
            float: right;
533
535
534
            &::before {
536
            &::before {
535
                content: '';
537
                content: '';
536
- 

Return to bug 30952