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

define min height/width for icon classes to make sure they show
This commit is contained in:
Morris Jobke 2014-08-29 12:25:58 +02:00
commit 9d67576540
1 changed files with 2 additions and 0 deletions

View File

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