Style images properly located inside drag's helper row

This commit is contained in:
Hadi Nategh 2014-10-21 15:03:09 +00:00
parent 5a99c4ee9b
commit 66e889fe06

View File

@ -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{