forked from extern/egroupware
Make second column of customfields list fullwidth
This commit is contained in:
parent
fbf3634d1e
commit
a3c7952925
@ -520,7 +520,9 @@ action buttons, left aligned for "extra" controls
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.et2_customfield_list tr td:first-child {width:30%;}
|
.et2_customfield_list tr td:first-child {width:30%;}
|
||||||
|
.et2_customfield_list tr td:nth-child(2) > *, .et2_customfield_list tr td:nth-child(2) > * > input {
|
||||||
|
width: calc(100% - 20px);
|
||||||
|
}
|
||||||
.et2_customfield_list input, .et2_customfield_list textarea {
|
.et2_customfield_list input, .et2_customfield_list textarea {
|
||||||
max-width: 100ex;
|
max-width: 100ex;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user