Skip to content
Snippets Groups Projects
Commit 0edeefd0 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #15295 from owncloud/add-more-spacing-dialog

Add more spacing to the file picker dialog
parents da55ff63 397264f3
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
......@@ -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);
},
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment