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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-21 / +24 lines)
Lines 690-700 ul { Link Here
690
        }
690
        }
691
    }
691
    }
692
692
693
    &.nav-tabs {
694
        border-bottom: 1px solid transparent;
695
        padding: .2em 1.4em 0 1.4em;
696
    }
697
698
    &.budget_hierarchy {
693
    &.budget_hierarchy {
699
        margin-left: 0;
694
        margin-left: 0;
700
        padding-left: 0;
695
        padding-left: 0;
Lines 2830-2840 td.bundle { Link Here
2830
2825
2831
.toptabs {
2826
.toptabs {
2832
    margin-top: 5px;
2827
    margin-top: 5px;
2833
    .ui-tabs-panel {
2828
}
2834
        fieldset {
2829
2835
            box-shadow: none;
2830
fieldset > .toptabs {
2836
        }
2831
    background-color: #F3F4F4;
2837
    }
2832
    padding: 1em;
2838
}
2833
}
2839
2834
2840
.authref {
2835
.authref {
Lines 3401-3428 code { Link Here
3401
3396
3402
.tab-content {
3397
.tab-content {
3403
    background-color: #fff;
3398
    background-color: #fff;
3404
    border: 2px solid $background-color-primary;
3399
    border: 0;
3405
    border-radius: 4px;
3400
    border-radius: 0;
3406
    padding: 1em;
3401
    padding: 1em;
3407
}
3402
}
3408
3403
3409
.nav-tabs {
3404
.nav-tabs {
3405
    border-bottom: 0;
3406
    padding: .2em 1.4em 0 0;
3407
3410
    > li {
3408
    > li {
3409
        margin-bottom: -2px;
3410
3411
        > a {
3411
        > a {
3412
            background-color: $background-color-secondary;
3412
            background-color: $background-color-primary;
3413
            border-radius: 4px 4px 0 0;
3413
            border: 2px solid $background-color-primary;
3414
            border-color: $background-color-secondary;
3414
            border-bottom: 0;
3415
            color: #111;
3415
            border-radius: 0;
3416
            color: #FFF;
3417
            font-weight: bold;
3416
            line-height: 1.3;
3418
            line-height: 1.3;
3417
            margin-right: .4em;
3419
            margin-right: .4em;
3418
            padding: .5em 1em;
3420
            padding: .5em 1em;
3419
3421
3420
            &:hover, &:focus, &:active {
3422
            &:hover, &:focus, &:active {
3421
                background-color: $background-color-primary;
3423
                background-color: $background-color-primary;
3422
                border-color: $background-color-primary;
3424
                border: 2px solid $background-color-primary;
3425
                border-bottom: 0;
3423
                padding: .5em 1em;
3426
                padding: .5em 1em;
3424
                text-decoration: none;
3427
                text-decoration: none;
3425
                color: #FFFFFF;
3426
            }
3428
            }
3427
        }
3429
        }
3428
3430
Lines 3430-3438 code { Link Here
3430
            a,
3432
            a,
3431
            a:hover,
3433
            a:hover,
3432
            a:focus {
3434
            a:focus {
3433
                background-color: $background-color-primary;
3435
                background-color: #FFF;
3434
                color: #FFFFFF;
3436
                border: 2px solid #FFF;
3437
                color: #111;
3435
                cursor: default;
3438
                cursor: default;
3439
                padding: .5em 1em;
3436
            }
3440
            }
3437
        }
3441
        }
3438
    }
3442
    }
3439
- 

Return to bug 31759