From f726b80978ebc6683faee241714788d651f3cd4d Mon Sep 17 00:00:00 2001 From: Caitlin Goodger Date: Wed, 18 Jan 2017 23:32:11 +0000 Subject: [PATCH] Bug 17929 You can't edit indicators in the cataloging screen Test Plan 1: Find a Bibiographical record and go to edit record 2: You won't be able to type into the indicators 3: Apply the patch 4: Refresh the page and now the boxes should be bigger so that you can type into there. I have made a patch for 2em and 3em and this is the 3em one because the 2em is still too small on my screen. Choose which one works better for you Signed-off-by: Mirko Tietgen --- koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css index b8c6da3..846c263 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css +++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css @@ -95,7 +95,7 @@ a.tagnum { } .indicator { - width: 1em; + width: 3em; } *html .input_marceditor { @@ -167,4 +167,4 @@ tbody tr.active td { position: absolute; top: 50%; width: 15em; -} \ No newline at end of file +} -- 2.1.4