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; }
Updated by Frank over 7 years ago
Seems there is also a scrolltable.css missing (says firebug).
And the droplet-titles are again very short.
Updated by Manuela over 7 years ago
- Status changed from New to Done
- % Done changed from 0 to 100
- Operating System Linux (Hosting) added
Actions