Bugzilla – Attachment 80435 Details for
Bug 20044
Switch single-column templates to Bootstrap grid: Cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20044: Fix input_marceditor selectors
Bug-20044-Fix-inputmarceditor-selectors.patch (text/plain), 1.48 KB, created by
Chris Cormack
on 2018-10-11 21:51:10 UTC
(
hide
)
Description:
Bug 20044: Fix input_marceditor selectors
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2018-10-11 21:51:10 UTC
Size:
1.48 KB
patch
obsolete
>From 666796103a4801d899eac244c303fed556d7c4b4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 1 Aug 2018 16:18:04 -0300 >Subject: [PATCH] Bug 20044: Fix input_marceditor selectors > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >I can't reproduce the problem this patch is intended to fix, but the >changes are sensible either way. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > 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 01f975c447..b6cc5736ce 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.19.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20044
:
70751
|
71707
|
71909
|
72741
|
72743
|
73489
|
73490
|
77216
|
77217
|
77396
|
77451
|
77473
|
77555
|
77556
|
77557
|
77558
|
78336
|
78337
|
78338
|
78339
|
80433
|
80434
| 80435 |
80436