Default formatting for custom field list, uses full width and limits input width

This commit is contained in:
Nathan Gray 2014-01-18 13:16:27 +00:00
parent c59439f1ef
commit 2445fae8dd

View File

@ -378,6 +378,16 @@ action buttons, left aligned for "extra" controls
float: none;
}
*/
/**
* Custom field list
*/
.et2_customfield_list {
width: 100%;
}
.et2_customfield_list input {
max-width: 100ex;
}
/**
* Diff widget
*/