mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Remove extra line-height applied to customfields used in table
This commit is contained in:
parent
af9cb54072
commit
ba24cc234c
@ -5463,9 +5463,6 @@ table.customfields tbody tr:nth-child(2n) {
|
|||||||
table.customfields tr {
|
table.customfields tr {
|
||||||
background-color: inherit !important;
|
background-color: inherit !important;
|
||||||
}
|
}
|
||||||
table.customfields td {
|
|
||||||
line-height: 11px;
|
|
||||||
}
|
|
||||||
table.customfields td span > div {
|
table.customfields td span > div {
|
||||||
display: inherit;
|
display: inherit;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -5452,9 +5452,6 @@ table.customfields tbody tr:nth-child(2n) {
|
|||||||
table.customfields tr {
|
table.customfields tr {
|
||||||
background-color: inherit !important;
|
background-color: inherit !important;
|
||||||
}
|
}
|
||||||
table.customfields td {
|
|
||||||
line-height: 11px;
|
|
||||||
}
|
|
||||||
table.customfields td span > div {
|
table.customfields td span > div {
|
||||||
display: inherit;
|
display: inherit;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -375,8 +375,6 @@ table.egwGridView_grid{
|
|||||||
tr {background-color: inherit !important;}
|
tr {background-color: inherit !important;}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
line-height: 11px;
|
|
||||||
|
|
||||||
span > div {display: inherit; margin: 0px;}
|
span > div {display: inherit; margin: 0px;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5474,9 +5474,6 @@ table.customfields tbody tr:nth-child(2n) {
|
|||||||
table.customfields tr {
|
table.customfields tr {
|
||||||
background-color: inherit !important;
|
background-color: inherit !important;
|
||||||
}
|
}
|
||||||
table.customfields td {
|
|
||||||
line-height: 11px;
|
|
||||||
}
|
|
||||||
table.customfields td span > div {
|
table.customfields td span > div {
|
||||||
display: inherit;
|
display: inherit;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user