From 44090390447adab9fb43549dc0f8441335eb0697 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 1 Aug 2018 16:18:04 -0300 Subject: [PATCH] Bug 20044: Fix input_marceditor selectors Signed-off-by: Owen Leonard I can't reproduce the problem this patch is intended to fix, but the changes are sensible either way. --- koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css index 01f975c..b6cc573 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css +++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css @@ -99,10 +99,6 @@ a.tagnum { box-sizing: content-box; } -*html .input_marceditor { - width : 15em; -} - #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label { font-size : 100%; width : 25%; @@ -176,7 +172,7 @@ tbody tr.active td { width: 20em; } - input.marceditor { + .input_marceditor { width: 50em; } @@ -190,11 +186,11 @@ tbody tr.active td { width: 25em; } - input.marceditor { + .input_marceditor { width: 60em; } .subfield { width: 16em; } -} \ No newline at end of file +} -- 2.1.4