From c45490d312f772498959f85695c149c50ffb381c Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 24 Mar 2014 18:33:26 +0000 Subject: [PATCH] Add an icon for each field in a custom field list in a nextmatch row --- etemplate/templates/default/etemplate2.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 990c8043f3..bfa4cde03a 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -415,6 +415,15 @@ action buttons, left aligned for "extra" controls .et2_customfield_list input { max-width: 100ex; } +/* Custom field list inside nextmatch rows gets an icon for each row */ +.et2_nextmatch .egwGridView_grid .et2_customfield_list > tbody > tr { + background-image: url('images/hint.png'); + background-repeat: no-repeat; + background-size: 1em; +} +.et2_nextmatch .egwGridView_grid .et2_customfield_list > tbody > tr > td:first-child { + padding-left: 1.2em; +} /** * Diff widget