Bug 28854: (follow-up) Restore block styling on bundled span

This patch restores a css rule that we lost during rebases that makes
the 'bundled' span that appears for bundled items on their respective
details pages so that the 'In bundle: ' text in the status field of the
table appears beneath the 'Not for loan (Added to bundle)' text.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Martin Renvoize 2022-06-27 15:00:50 +01:00 committed by Tomas Cohen Arazi
parent 3702f7bcb4
commit fa6611a52f
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -1973,6 +1973,12 @@ i {
font-style: italic;
}
// style for bundled detail in catalogsearch
.bundled {
display: block;
font-style: italic;
}
#menu {
border-right: 1px solid #B9D8D9;
margin-right: .5em;