Make second column of customfields list fullwidth

This commit is contained in:
Hadi Nategh 2018-03-27 15:42:42 +02:00
parent fbf3634d1e
commit a3c7952925

View File

@ -520,7 +520,9 @@ action buttons, left aligned for "extra" controls
width: 100%;
}
.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 {
max-width: 100ex;
}