From b3c26e351c1af88eceba97feaca689fa3593618c Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 27 Mar 2018 18:09:35 +0200 Subject: [PATCH] Try to avoid fullwidth for some specific widgets in customfields list --- api/templates/default/etemplate2.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 751e413b77..be8c9f915a 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -520,7 +520,8 @@ 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 { +.et2_customfield_list tr td:nth-child(2)> *:not(.et2_checkbox):not(.et2_file):not(.et2_vfs_btn):not(.et2_button):not(.et2_radiobox), +.et2_customfield_list tr td:nth-child(2) > * > input:not(.et2_checkbox):not(.et2_radiobox):not(.et2_button):not(.et2_vfs_btn) { width: calc(100% - 20px); } .et2_customfield_list input, .et2_customfield_list textarea {