Style images properly located inside drag's helper row

This commit is contained in:
Hadi Nategh 2014-10-20 14:07:38 +00:00
parent 9b05ccc4ad
commit f61c898b86

View File

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