Actions
Error #31
closeddroplets icon size didn't fit to css
Start date:
2017-03-01
Due date:
% Done:
100%
Estimated time:
Description
Size of icons in droplets overwiew is 24px. They are enlarged to 30px via css. Please change line 125 of droplets/themes/default/css/default.css from:
tbody.icons tr button img { width: 30px; height: 30px; }
to:
tbody.icons tr button img { width: 24px; height: 24px; }
Actions