Bugzilla – Attachment 77558 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: (follow-up) Add min-width to .input_marceditor
Bug-20044-follow-up-Add-min-width-to-inputmarcedit.patch (text/plain), 1.26 KB, created by
Katrin Fischer
on 2018-08-08 10:13:23 UTC
(
hide
)
Description:
Bug 20044: (follow-up) Add min-width to .input_marceditor
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-08-08 10:13:23 UTC
Size:
1.26 KB
patch
obsolete
>From 7a193c0ba7419d8a81768bc128f1aee0a56b2424 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 3 Aug 2018 14:37:09 +0000 >Subject: [PATCH] Bug 20044: (follow-up) Add min-width to .input_marceditor > >This patch adds a min-width property to the first .input_marceditor rule >in order to prevent <selects> styled by Select2 from collapsing at >narrower browser widths. > >To reproduce the bug, apply all patches on Bug 20044 except this one. >Open the MARC editor and narrow the browser width to below 768 pixels. >Reload the page and view a tab which contains a <select> styled by >Select2 (942c is often an example). The <select> will have narrowed to >be almost invisible. > >Apply the patch and reproduce the steps above. The <select>s should be >fully visible. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >index b6cc573..5670a23 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >@@ -91,6 +91,7 @@ a.tagnum { > > .input_marceditor { > float:left; >+ min-width: 20em; > width: auto; > } > >-- >2.1.4
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