From dd69658f2afa1dfd537a3fdf8fef0d3d5f6f1e3e Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 29 Nov 2016 10:37:23 +0200 Subject: [PATCH] css change --- frontend/less/espo/custom.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 7dba974ec5..a6650a95f6 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -452,20 +452,20 @@ select[multiple].input-sm { z-index: 3; } -.panel-body > .list-container > .list-expanded { +.panel-body > div > .list-expanded { margin-left: -@panel-padding; margin-right: -@panel-padding; } -.panel-body > .list-container > .list { +.panel-body > div > .list { margin-left: -@panel-padding; margin-right: -@panel-padding; } -.panel-body > .list-container > .list > table td:first-child, -.panel-body > .list-container > .list > table th:first-child { +.panel-body > div > .list > table td:first-child, +.panel-body > div > .list > table th:first-child { padding-left: @panel-padding; } -.panel-body > .list-container > .list > table td:last-child, -.panel-body > .list-container > .list > table th:last-child { +.panel-body > div > .list > table td:last-child, +.panel-body > div > .list > table th:last-child { padding-right: @panel-padding; }