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:
parent
3702f7bcb4
commit
fa6611a52f
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue