summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-29 12:05:01 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-29 12:05:01 +0200
commit7d1a0d4739c41098ccc2827cbc3a1715ad93f3e9 (patch)
tree906dc468a22ac38d77ccb457cee00c0882a4a55c /core/css
parent2b63c375a4bcd232635305fd7e93fa256f0307cf (diff)
downloadnextcloud-server-7d1a0d4739c41098ccc2827cbc3a1715ad93f3e9.tar.gz
nextcloud-server-7d1a0d4739c41098ccc2827cbc3a1715ad93f3e9.zip
define min height/width for icon classes to make sure they show
Diffstat (limited to 'core/css')
-rw-r--r--core/css/icons.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index b3a9454b565..095c29b3121 100644
--- a/core/css/icons.css
+++ b/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;
}