diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-29 12:05:01 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-29 12:05:01 +0200 |
commit | 7d1a0d4739c41098ccc2827cbc3a1715ad93f3e9 (patch) | |
tree | 906dc468a22ac38d77ccb457cee00c0882a4a55c /core/css/icons.css | |
parent | 2b63c375a4bcd232635305fd7e93fa256f0307cf (diff) | |
download | nextcloud-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/icons.css')
-rw-r--r-- | core/css/icons.css | 2 |
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; } |