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 1023-1028 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
1026
#header {
1059
#header {
1027
    + #breadcrumbs {
1060
    + #breadcrumbs {
1028
        margin-top: 1em;
1061
        margin-top: 1em;
1029
- 

Return to bug 27846