From f1a47bf6e86038244884f662dfbf4d48e80c0ad3 Mon Sep 17 00:00:00 2001 From: Caitlin Goodger Date: Wed, 18 Jan 2017 23:28: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. On my window you still can't see the indicator properly so you can choose what looks better between the 2em and the 3em one. This is the 2em one 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..96bf34d 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: 2em; } *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