From 397264f3612bf9a45b55532a3ae6d0c3879d15ba Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sat, 28 Mar 2015 14:19:27 +0100 Subject: [PATCH] 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. --- core/css/styles.css | 2 +- core/js/oc-dialogs.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 6a32069120a..cbce78c525b 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -856,7 +856,7 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin background-image:url('../img/places/home.svg'); background-repeat:no-repeat; background-position: left center; - width: 26px; + width: 30px; display: inline-block; } #oc-dialog-filepicker-content .dirtree span:not(:last-child) { cursor: pointer; } 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: '    ' // Ugly but works ;) + name: '     ' // Ugly but works ;) }, {escapeFunction: null}).addClass('home svg').prependTo(this.$dirTree); }, /** -- 2.39.5