From 6cfa32d927b828053c0961939d06b7822149121e Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Tue, 24 Jan 2017 07:16:37 +0000 Subject: [PATCH] Bug 17929 - You can't edit indicators in the cataloging screen Test plan: 0. Do not apply the patch 1. Edit a biblio record, note you can't edit an indicator (in fact you edit it, but can't see the value) 2. Edit an authority record, note you can't edit an indicator (in fact you edit it, but can't see the value) 3. Apply the patch, you may need clear the browser cache (in Firefox Ctrl+F5 is often enough) 4. Repeat steps 1 and 2 - but now you will be able to edit the indicator Signed-off-by: J Schmidt Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css index b8c6da3..f49eb61 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css +++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css @@ -96,6 +96,7 @@ a.tagnum { .indicator { width: 1em; + box-sizing: content-box; } *html .input_marceditor { @@ -167,4 +168,4 @@ tbody tr.active td { position: absolute; top: 50%; width: 15em; -} \ No newline at end of file +} -- 2.9.3