From a65b6878724c9866de16365aafe7ec64f998b1a9 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 11 Jul 2016 15:45:55 +0200 Subject: [PATCH] Remove extra line-height applied to customfields used in table --- pixelegg/css/mobile.css | 3 --- pixelegg/css/pixelegg.css | 3 --- pixelegg/less/layout_table.less | 2 -- pixelegg/mobile/fw_mobile.css | 3 --- 4 files changed, 11 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index b161b4e9ed..37aa846697 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -5463,9 +5463,6 @@ table.customfields tbody tr:nth-child(2n) { table.customfields tr { background-color: inherit !important; } -table.customfields td { - line-height: 11px; -} table.customfields td span > div { display: inherit; margin: 0px; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index f7f0a019e0..0ace4c4ba3 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -5452,9 +5452,6 @@ table.customfields tbody tr:nth-child(2n) { table.customfields tr { background-color: inherit !important; } -table.customfields td { - line-height: 11px; -} table.customfields td span > div { display: inherit; margin: 0px; diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index a71ea3975e..2e6e7f2235 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -375,8 +375,6 @@ table.egwGridView_grid{ tr {background-color: inherit !important;} td { - line-height: 11px; - span > div {display: inherit; margin: 0px;} } } diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index e425f96472..d7d5baf29e 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -5474,9 +5474,6 @@ table.customfields tbody tr:nth-child(2n) { table.customfields tr { background-color: inherit !important; } -table.customfields td { - line-height: 11px; -} table.customfields td span > div { display: inherit; margin: 0px;