Merge pull request #20618 from owncloud/action-icon-size

Fix image sizing for action icons in Edge
This commit is contained in:
Thomas Müller 2016-02-06 13:25:10 +01:00
commit 7141c70cd0
1 changed files with 2 additions and 2 deletions

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;
}