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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +33 lines)
Lines 1031-1036 details[open] { Link Here
1031
    }
1031
    }
1032
}
1032
}
1033
1033
1034
nav.breadcrumb {
1035
    background-color: #E6F0F2;
1036
    clear: both;
1037
    margin: 0;
1038
    padding: .8em .5em .8em 10px;
1039
    position: relative;
1040
}
1041
1042
nav.breadcrumb ol {
1043
    margin: 0;
1044
    padding-left: 0;
1045
    list-style: none;
1046
}
1047
1048
nav.breadcrumb li {
1049
    display: inline;
1050
}
1051
1052
nav.breadcrumb li + li::before {
1053
    display: inline-block;
1054
    margin: 0 0.25em;
1055
    transform: rotate(15deg);
1056
    border-right: 0.1em solid currentColor;
1057
    height: 0.8em;
1058
    content: '';
1059
}
1060
1061
nav.breadcrumb [aria-current="page"] {
1062
    color: #000;
1063
    font-weight: 700;
1064
    text-decoration: none;
1065
}
1066
1034
#header {
1067
#header {
1035
    + #breadcrumbs {
1068
    + #breadcrumbs {
1036
        margin-top: 1em;
1069
        margin-top: 1em;
1037
- 

Return to bug 27846