Bugzilla – Attachment 77217 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) Improve responsive behavior of MARC editor
Bug-20044-follow-up-Improve-responsive-behavior-of.patch (text/plain), 2.18 KB, created by
Owen Leonard
on 2018-07-24 13:33:00 UTC
(
hide
)
Description:
Bug 20044 (follow-up) Improve responsive behavior of MARC editor
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-07-24 13:33:00 UTC
Size:
2.18 KB
patch
obsolete
>From 8fa1eec8f7bd716bb91fb8eceddbd06104adea5d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 13 Mar 2018 09:02:51 +0000 >Subject: [PATCH] Bug 20044 (follow-up) Improve responsive behavior of MARC > editor > >This patch makes some changes to addbiblio.css in order to improve >responsive changes to the MARC editor. > >Note: This patch does not make changes affecting narrow browser widths. >The changes are focused on adapting to larger layouts affected by the >switch to the Bootstrap grid. > >To test, apply the patch and clear your cache if necessary. Open an >existing record for editing in the standard MARC editor. View the page >at various browser widths and confirm that it looks correct. > >Note: Because of the way the floating toolbar is displayed it does not >dynamically resize when you resize the browser. Reload the page after >resizing the browser window to confirm that the toolbar adapts at >different widths. > >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 33 ++++++++++++++++++++++++-- > 1 file changed, 31 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >index f49eb61..01f975c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >@@ -4,6 +4,7 @@ > > #addbibliotabs .ui-tabs-panel { > float : left; >+ width: 100%; > } > > .buttonPlus { >@@ -75,7 +76,6 @@ a.tagnum { > > .subfield { > color : #00698a; >- float: left; > width: 10em; > text-align:right; > } >@@ -91,7 +91,7 @@ a.tagnum { > > .input_marceditor { > float:left; >- width:30em; >+ width: auto; > } > > .indicator { >@@ -169,3 +169,32 @@ tbody tr.active td { > top: 50%; > width: 15em; > } >+ >+ >+@media (min-width: 768px) { >+ div.subfield_line label { >+ width: 20em; >+ } >+ >+ input.marceditor { >+ width: 50em; >+ } >+ >+ .subfield { >+ width: 14em; >+ } >+} >+ >+@media (min-width: 1200px) { >+ div.subfield_line label { >+ width: 25em; >+ } >+ >+ input.marceditor { >+ width: 60em; >+ } >+ >+ .subfield { >+ width: 16em; >+ } >+} >\ No newline at end of file >-- >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