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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-34 / +36 lines)
Lines 1023-1061 details[open] { Link Here
1023
    }
1023
    }
1024
}
1024
}
1025
1025
1026
nav.breadcrumb {
1027
    background-color: #E6F0F2;
1028
    clear: both;
1029
    margin: 0;
1030
    padding: .8em .5em .8em 10px;
1031
    position: relative;
1032
}
1033
1034
nav.breadcrumb ol {
1035
    margin: 0;
1036
    padding-left: 0;
1037
    list-style: none;
1038
}
1039
1040
nav.breadcrumb li {
1041
    display: inline;
1042
}
1043
1044
nav.breadcrumb li + li::before {
1045
    display: inline-block;
1046
    margin: 0 0.25em;
1047
    transform: rotate(15deg);
1048
    border-right: 0.1em solid currentColor;
1049
    height: 0.8em;
1050
    content: '';
1051
}
1052
1053
nav.breadcrumb [aria-current="page"] {
1054
    color: #000;
1055
    font-weight: 700;
1056
    text-decoration: none;
1057
}
1058
1059
#header {
1026
#header {
1060
    + #breadcrumbs {
1027
    + #breadcrumbs {
1061
        margin-top: 1em;
1028
        margin-top: 1em;
Lines 3155-3160 video { Link Here
3155
nav {
3122
nav {
3156
    background: #E6F0F2 none;
3123
    background: #E6F0F2 none;
3157
    border: 0;
3124
    border: 0;
3125
3126
    &.breadcrumb {
3127
        background-color: #E6F0F2;
3128
        clear: both;
3129
        margin: 0;
3130
        padding: .8em .5em .8em 10px;
3131
        position: relative;
3132
3133
        ol {
3134
            margin: 0;
3135
            padding-left: 0;
3136
            list-style: none;
3137
        }
3138
3139
        li {
3140
            display: inline;
3141
3142
            &+li::before {
3143
                display: inline-block;
3144
                margin: 0 0.25em;
3145
                transform: rotate(15deg);
3146
                border-right: 0.1em solid currentColor;
3147
                height: 0.8em;
3148
                content: '';
3149
            }
3150
3151
        }
3152
3153
        [aria-current="page"] {
3154
            color: #000;
3155
            font-weight: 700;
3156
            text-decoration: none;
3157
        }
3158
    }
3159
3160
3158
}
3161
}
3159
3162
3160
.navbar-collapse {
3163
.navbar-collapse {
3161
- 

Return to bug 27846