Merge pull request #10724 from owncloud/min-size-for-icons

define min height/width for icon classes to make sure they show
remotes/origin/fix-10825
Morris Jobke 12 years ago
commit 9d67576540
  1. 2
      core/css/icons.css

@ -1,6 +1,8 @@
[class^="icon-"], [class*=" icon-"] {
background-repeat: no-repeat;
background-position: center;
min-width: 16px;
min-height: 16px;
}

Loading…
Cancel
Save