From 79a99e042f5e177a481bc8a196cfcb0e980c7f89 Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 4 Mar 2019 09:46:41 +0200 Subject: [PATCH] fix admin iframe css --- frontend/less/espo/custom.less | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 36ec71cf07..ea31bff844 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -2560,15 +2560,21 @@ pre > code { margin-bottom: 0; margin-top: 0; } + + > div { + margin-bottom: 10px; + } + > div > .section { padding-left: @padding-base-horizontal; padding-right: @padding-base-horizontal; padding-top: 10px; - padding-bottom: 6px; + padding-bottom: 10px; border-bottom: 1px solid @panel-default-border; > p:last-child { padding-bottom: 0; + margin-bottom: 0; } } @@ -2581,8 +2587,11 @@ pre > code { margin-top: 4px; } .price { - margin-top: 9px; - font-size: 18px; + margin-top: -3px; + font-size: 16px; + } + > a.text-danger { + font-weight: bold; } }