Bug 20793: (follow-up) Add style to the non-link hold count on detail page
This small follow-up changes the style on the bibliographic detail page of the hold count so that it looks similar whether it's a link to holds or not. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
603ad3a094
commit
a21c57daa6
2 changed files with 3 additions and 2 deletions
|
@ -1912,7 +1912,8 @@ ul.budget_hierarchy li:first-child:after {
|
|||
font-style: italic;
|
||||
}
|
||||
.number_box { font-size : 105%; line-height : 200%; }
|
||||
.number_box a {
|
||||
.number_box a,
|
||||
.number_box span {
|
||||
border : 1px solid #a4bedd;
|
||||
background-color : #e4ecf5;
|
||||
font-weight : bold;
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
[% IF CAN_user_reserveforothers_place_holds %]
|
||||
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber %]">[% holdcount %]</a>
|
||||
[% ELSE %]
|
||||
[% holdcount %]
|
||||
<span>[% holdcount %]</span>
|
||||
[% END %]
|
||||
</span>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue