From 66e889fe060f8fc026d2a75ceee25bcfd4295bd3 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 21 Oct 2014 15:03:09 +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 966d374fb7..2e92322b83 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1672,6 +1672,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{