From 89bc329ea6dc78d92cdd6e597dcb8968eb5e24b8 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 7 Dec 2016 13:21:47 +0200 Subject: [PATCH] css --- frontend/less/espo/custom.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 5a5e1db90d..e5c51bfeb9 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -473,6 +473,21 @@ select[multiple].input-sm { margin: -@panel-padding; } +.panel-body .no-side-margin { + margin-left: -@panel-padding; + margin-right: -@panel-padding; + + > table td:first-child, + > table th:first-child { + padding-left: @panel-padding; + } + + > table td:last-child, + > table th:last-child { + padding-right: @panel-padding; + } +} + .panel > .panel-body > .list-container > .list > .list-group { .list-group-item { border-width: 0;