Browse Source

Fix image sizing for action icons in Edge

remotes/origin/users-ajaxloadgroups
Robin Appelman 11 years ago
parent
commit
17f0fc78ee
  1. 4
      apps/files/css/files.css

4
apps/files/css/files.css

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

Loading…
Cancel
Save