From e27a8c1736fc37550508eb06cc324bb7549375b5 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Thu, 23 Dec 2021 19:40:50 +0000 Subject: [PATCH] Fix attach-previous for radios without IDs, add styling for multi-selects, reordeer entry for entries without titles, fix title class for dropdownLists --- .../resources/lib/form/dropdownList.jelly | 2 +- core/src/main/resources/lib/form/entry.jelly | 12 ++++++----- core/src/main/resources/lib/form/radio.jelly | 2 +- war/src/main/less/base/style.less | 4 ---- war/src/main/less/modules/form.less | 21 ++++++++++++++++++- 5 files changed, 29 insertions(+), 12 deletions(-) diff --git a/core/src/main/resources/lib/form/dropdownList.jelly b/core/src/main/resources/lib/form/dropdownList.jelly index b45a868906e6..159e4fc37ad9 100644 --- a/core/src/main/resources/lib/form/dropdownList.jelly +++ b/core/src/main/resources/lib/form/dropdownList.jelly @@ -39,7 +39,7 @@ THE SOFTWARE.