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 693-703 ul { Link Here
693
        }
693
        }
694
    }
694
    }
695
695
696
    &.nav-tabs {
697
        border-bottom: 1px solid transparent;
698
        padding: .2em 1.4em 0 1.4em;
699
    }
700
701
    &.budget_hierarchy {
696
    &.budget_hierarchy {
702
        margin-left: 0;
697
        margin-left: 0;
703
        padding-left: 0;
698
        padding-left: 0;
Lines 2826-2836 td.bundle { Link Here
2826
2821
2827
.toptabs {
2822
.toptabs {
2828
    margin-top: 5px;
2823
    margin-top: 5px;
2829
    .ui-tabs-panel {
2824
}
2830
        fieldset {
2825
2831
            box-shadow: none;
2826
fieldset > .toptabs {
2832
        }
2827
    background-color: #F3F4F4;
2833
    }
2828
    padding: 1em;
2834
}
2829
}
2835
2830
2836
.authref {
2831
.authref {
Lines 3397-3424 code { Link Here
3397
3392
3398
.tab-content {
3393
.tab-content {
3399
    background-color: #fff;
3394
    background-color: #fff;
3400
    border: 2px solid $background-color-primary;
3395
    border: 0;
3401
    border-radius: 4px;
3396
    border-radius: 0;
3402
    padding: 1em;
3397
    padding: 1em;
3403
}
3398
}
3404
3399
3405
.nav-tabs {
3400
.nav-tabs {
3401
    border-bottom: 0;
3402
    padding: .2em 1.4em 0 0;
3403
3406
    > li {
3404
    > li {
3405
        margin-bottom: -2px;
3406
3407
        > a {
3407
        > a {
3408
            background-color: $background-color-secondary;
3408
            background-color: $background-color-primary;
3409
            border-radius: 4px 4px 0 0;
3409
            border: 2px solid $background-color-primary;
3410
            border-color: $background-color-secondary;
3410
            border-bottom: 0;
3411
            color: #111;
3411
            border-radius: 0;
3412
            color: #FFF;
3413
            font-weight: bold;
3412
            line-height: 1.3;
3414
            line-height: 1.3;
3413
            margin-right: .4em;
3415
            margin-right: .4em;
3414
            padding: .5em 1em;
3416
            padding: .5em 1em;
3415
3417
3416
            &:hover, &:focus, &:active {
3418
            &:hover, &:focus, &:active {
3417
                background-color: $background-color-primary;
3419
                background-color: $background-color-primary;
3418
                border-color: $background-color-primary;
3420
                border: 2px solid $background-color-primary;
3421
                border-bottom: 0;
3419
                padding: .5em 1em;
3422
                padding: .5em 1em;
3420
                text-decoration: none;
3423
                text-decoration: none;
3421
                color: #FFFFFF;
3422
            }
3424
            }
3423
        }
3425
        }
3424
3426
Lines 3426-3434 code { Link Here
3426
            a,
3428
            a,
3427
            a:hover,
3429
            a:hover,
3428
            a:focus {
3430
            a:focus {
3429
                background-color: $background-color-primary;
3431
                background-color: #FFF;
3430
                color: #FFFFFF;
3432
                border: 2px solid #FFF;
3433
                color: #111;
3431
                cursor: default;
3434
                cursor: default;
3435
                padding: .5em 1em;
3432
            }
3436
            }
3433
        }
3437
        }
3434
    }
3438
    }
3435
- 

Return to bug 31759