Adjust filemanager display

This commit is contained in:
Dane Everitt 2017-03-17 16:20:27 -04:00
parent 7e45f917c7
commit d5352e2b1e
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 25 additions and 18 deletions

File diff suppressed because one or more lines are too long

View file

@ -272,3 +272,7 @@ span[aria-labelledby="select2-pUserId-container"] {
.no-margin-bottom {
margin-bottom: 0 !important;
}
.btn-icon > i.fa {
line-height: 1.5;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -84,7 +84,7 @@ class FileManager {
}
addFolderButton() {
$('i[data-action="add-folder"]').unbind().on('click', () => {
$('[data-action="add-folder"]').unbind().on('click', () => {
new ActionsClass().folder($('#file_listing').data('current-dir') || '/');
})
}