diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 14:58:27 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 14:58:27 +0200 |
commit | 924aee718cd1be5ef40d40985b4bebee1db12cf2 (patch) | |
tree | 271499f6541a243811d5044d942ebb733f36d419 /apps | |
parent | 23f2c48a43b2bc96370ec6b6411e6a86f705d12f (diff) | |
download | nextcloud-server-924aee718cd1be5ef40d40985b4bebee1db12cf2.tar.gz nextcloud-server-924aee718cd1be5ef40d40985b4bebee1db12cf2.zip |
fix shift of icons in 'New' menu in IE8/9, fix #7987
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 1bac5d2b7db..474f1af0720 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -51,7 +51,7 @@ margin: 5px; padding-left: 42px; padding-bottom: 2px; - background-position: initial; + background-position: left center; cursor: pointer; } #new > ul > li > p { |