Remove extra line-height applied to customfields used in table

This commit is contained in:
Hadi Nategh 2016-07-11 15:45:55 +02:00
parent a80cb15d66
commit a65b687872
4 changed files with 0 additions and 11 deletions

View File

@ -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;

View File

@ -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;

View File

@ -375,8 +375,6 @@ table.egwGridView_grid{
tr {background-color: inherit !important;}
td {
line-height: 11px;
span > div {display: inherit; margin: 0px;}
}
}

View File

@ -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;