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

Add more spacing to the file picker dialog
This commit is contained in:
Morris Jobke 2015-03-30 08:07:40 +02:00
commit 0edeefd031
2 changed files with 2 additions and 2 deletions

View 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; }

View File

@ -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);
},
/**