summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-03-28 14:19:27 +0100
committerLukas Reschke <lukas@owncloud.com>2015-03-28 14:19:27 +0100
commit397264f3612bf9a45b55532a3ae6d0c3879d15ba (patch)
tree17c53a4d081f0b3654bcb3c03ed4effc84a3b2a0 /core/js
parentd3752ca1e925c3aed46c13f7ea26c8f540db05e0 (diff)
downloadnextcloud-server-397264f3612bf9a45b55532a3ae6d0c3879d15ba.tar.gz
nextcloud-server-397264f3612bf9a45b55532a3ae6d0c3879d15ba.zip
Add more spacing to the file picker dialog
Without this the first `>` looked somewhat off, to test this change go to the personal settings and choose a profile picture in a subfolder.
Diffstat (limited to 'core/js')
-rw-r--r--core/js/oc-dialogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js
index 0c046d8ef0e..df139ed9797 100644
--- a/core/js/oc-dialogs.js
+++ b/core/js/oc-dialogs.js
@@ -693,7 +693,7 @@ var OCdialogs = {
}
$template.octemplate({
dir: '',
- name: '&nbsp;&nbsp;&nbsp;&nbsp;' // Ugly but works ;)
+ name: '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;' // Ugly but works ;)
}, {escapeFunction: null}).addClass('home svg').prependTo(this.$dirTree);
},
/**