forked from extern/egroupware
Style images properly located inside drag's helper row
This commit is contained in:
parent
5a99c4ee9b
commit
66e889fe06
@ -1672,6 +1672,10 @@ table.et2_egw_action_ddHelper_row * {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-width: 400px;
|
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*/
|
/* Last row of items which shows the number of more items*/
|
||||||
tr.et2_egw_action_ddHelper_moreRow{
|
tr.et2_egw_action_ddHelper_moreRow{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user