From f61c898b86e5d30363da5b6f7d85a8c88e1c60ba Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 20 Oct 2014 14:07:38 +0000 Subject: [PATCH] Style images properly located inside drag's helper row --- etemplate/templates/default/etemplate2.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 13eae7dd60..3287347533 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1673,6 +1673,10 @@ table.et2_egw_action_ddHelper_row * { text-overflow: ellipsis; max-width: 400px; } +table.et2_egw_action_ddHelper_row img { + width: 15px !important; + height: 15px !important; +} /* Last row of items which shows the number of more items*/ tr.et2_egw_action_ddHelper_moreRow{