From 2445fae8dd36b449ae1aa9b5e633be850646d20d Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Sat, 18 Jan 2014 13:16:27 +0000 Subject: [PATCH] Default formatting for custom field list, uses full width and limits input width --- etemplate/templates/default/etemplate2.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 8a7e9b377a..d536f22245 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -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 */