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;*/ } } }