From e138daec5fe490b9d570dc81dc92a5b05645b7a7 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 24 Mar 2015 11:16:26 +0200 Subject: [PATCH] fix table head hight --- frontend/less/espo/custom.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 563d890ce2..d6cfeaf0f5 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -88,7 +88,8 @@ div.list-expanded > ul > li > div.expanded-row > .cell:first-child { .list .checkbox-dropdown { margin-right: -10px; - margin-top: 2px; + top: 1px; + margin-top: -2px; } .list .checkbox-dropdown > a { @@ -323,7 +324,7 @@ table.table > tbody td > .list-row-buttons button { .list > table th input[type="checkbox"] { margin: 0; position: relative; - top: 5px !important; + top: 4px !important; } .list > table th span.caret {