From bdf3e9a4b613e1ceee74fdcae66616daa89dd646 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 31 Oct 2022 08:50:55 +0200 Subject: [PATCH] css fix --- .../res/templates/calendar/modals/edit.tpl | 10 ++++--- frontend/less/espo/custom.less | 27 ++++++++++++------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/client/modules/crm/res/templates/calendar/modals/edit.tpl b/client/modules/crm/res/templates/calendar/modals/edit.tpl index bd5aa9a5e7..8c78d3b858 100644 --- a/client/modules/crm/res/templates/calendar/modals/edit.tpl +++ b/client/modules/crm/res/templates/calendar/modals/edit.tpl @@ -1,10 +1,12 @@ {{#if isNew}}
{{#each scopeList}} - +
+ +
{{/each}}
{{/if}} diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index a09c3ab759..74f536e1f8 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -902,18 +902,27 @@ input.global-search-input { } .radio-container { - > label { - margin-right: 8px; - margin-bottom: 0; - font-weight: normal; - font-size: 15px; - height: 20px; + > div { + > label { + margin-right: 10px; + margin-bottom: 0; + font-weight: normal; + font-size: 15px; + height: 20px; + cursor: pointer; - input[type="radio"] { - vertical-align: middle; - margin-top: -3px; + input[type="radio"] { + vertical-align: middle; + margin-top: -3px; + margin-right: 2px; + cursor: pointer; + } } + + display: inline-block; + min-width: var(--btn-xs-wide-width); } + margin-bottom: 10px; user-select: none; }