]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add more spacing to the file picker dialog
authorLukas Reschke <lukas@owncloud.com>
Sat, 28 Mar 2015 13:19:27 +0000 (14:19 +0100)
committerLukas Reschke <lukas@owncloud.com>
Sat, 28 Mar 2015 13:19:27 +0000 (14:19 +0100)
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
core/js/oc-dialogs.js

index 6a32069120a114a499d6fbef3e78d643c1148d8c..cbce78c525bb270ce9b3f928b2ffd917b396be4f 100644 (file)
@@ -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; }
index 0c046d8ef0efe2275829d88ba546537bc28e0a0c..df139ed979729a6db7cb37cd2d3cece8669e6d67 100644 (file)
@@ -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);
        },
        /**