Fix image sizing for action icons in Edge

This commit is contained in:
Robin Appelman 2015-11-19 17:50:20 +01:00
parent 479cee66f4
commit 17f0fc78ee

View file

@ -530,8 +530,8 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox {
}
a.action > img {
max-height: 16px;
max-width: 16px;
height: 16px;
width: 16px;
vertical-align: text-bottom;
}