From 18529d7cc5a6334e45d977da9ddfe5429f402c2b 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 Signed-off-by: Kyle M Hall --- 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 b8c6da355e..f49eb613e9 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.39.2