From 6ba4bcf0b20af338d3ae74e15b4b18e6a2695f24 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Wed, 27 Mar 2019 08:32:37 +0000 Subject: [PATCH] Bug 21772: (QA follow-up) Hide .tdlabel class in sco for consistancy with opac-user page. Test plan: 1) Compare holds table on selfcheckout and opac-user page, you will see the difference: In self checkout there are labels like Status, Pickup location, and so on in every table cell. 2) Apply the patch, the label in selfcheckout dissappear Signed-off-by: Josef Moravec --- koha-tmpl/opac-tmpl/bootstrap/css/sco.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/sco.css b/koha-tmpl/opac-tmpl/bootstrap/css/sco.css index 51464cb2c5..805d731715 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/sco.css +++ b/koha-tmpl/opac-tmpl/bootstrap/css/sco.css @@ -205,4 +205,9 @@ i.help { #sci_refresh_button { color: rgb(51, 51, 51); -} \ No newline at end of file +} + +.tdlabel { + display: none; +} + -- 2.11.0