Bugzilla – Attachment 143827 Details for
Bug 32103
Content field in HTML customizations is too narrow ( CodeMirror )
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32103: Remove flex from tab-content list elements
Bug-32103-Remove-flex-from-tab-content-list-elemen.patch (text/plain), 1.97 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-11-14 12:40:21 UTC
(
hide
)
Description:
Bug 32103: Remove flex from tab-content list elements
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-11-14 12:40:21 UTC
Size:
1.97 KB
patch
obsolete
>From 83491a7773857d78cb2d708180cc4f7086a4269f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 3 Nov 2022 22:08:14 +0000 >Subject: [PATCH] Bug 32103: Remove flex from tab-content list elements > >To test: >1. Go to HTML customization, News, or Pages and make a new entry using the text editor ( CodeMirror ) >2. It is hard to focus on the Content field because the wrapper width is very small. >3. Apply patch and try again >4. The CodeMirror wrapper width should be normal again. >5. Check the other language tabs. >6. Also test the WYSIWYG editor, it should also be normal. > >Note: I added some CSS to make the labels appear bold. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../prog/en/modules/tools/additional-contents.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index 3a888a77a33..5dc254d8152 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -30,6 +30,10 @@ > .customisation-link:first-child::before { > content: none; > } >+ label[for^="title_"], >+ label[for^="content_"] { >+ font-weight: 700; >+ } > </style> > </head> > >@@ -277,7 +281,7 @@ > <div class="tab-content"> > [% FOR language IN languages %] > <div id="lang_[% language.lang | uri %]" class="lang clearfix tab-pane" data-lang="[% language.description | html %]"> >- <fieldset class="rows"> >+ <fieldset> > <ol> > <li> > <label for="title_[% language.lang | html %]">Title: </label> >-- >2.34.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 32103
:
143153
|
143736
| 143827