mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Remove extra line-height applied to customfields used in table
This commit is contained in:
parent
a80cb15d66
commit
a65b687872
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -375,8 +375,6 @@ table.egwGridView_grid{
|
||||
tr {background-color: inherit !important;}
|
||||
|
||||
td {
|
||||
line-height: 11px;
|
||||
|
||||
span > div {display: inherit; margin: 0px;}
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user