From 5ee59dfc3b795addb932505a98541c128d250b01 Mon Sep 17 00:00:00 2001 From: Stefan Reinhardt Date: Thu, 10 Apr 2014 10:27:55 +0000 Subject: [PATCH] customfields - et2_grid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit empty custom fields won´t be displayed --- pixelegg/less/layout_table.less | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index 8dd6a3f240..5cec4fe861 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -81,7 +81,7 @@ table.egwGridView_outer{ .gradient(); font-weight: normal; - padding: 0px; + padding: 3px 0 3px 4px; border-color: @gray_30; border-left: 0px solid transparent; border-top: 0px solid transparent; @@ -241,16 +241,19 @@ table.egwGridView_grid{ border-bottom: 0px; tr{ border-bottom: 0px; - background-size: 12px 12px; + /*background-size: 12px 12px;*/ td{ border-bottom: 0px; border: 0px; - height: 12px; + padding: 0; + /*height: 12px;*/ + + span{} // html field .et2_textbox_ro{ - white-space: inherit; + /*white-space: inherit;*/ } } }