Load, and save the files in the Query Editor.

Also, the changes done by Ashesh to resolved few issue with the file
manager in 'Select' mode.
This commit is contained in:
Surinder Kumar
2016-05-14 15:29:03 +05:30
committed by Ashesh Vashi
parent 4dc7f84761
commit 1aeab98a2b
5 changed files with 1023 additions and 657 deletions

View File

@@ -1156,3 +1156,12 @@ form[name="change_password_form"] .help-block {
height: 32px;
padding-left: 5px;
}
/* Overriding the css for the dropzone */
.dropzone .dz-preview .dz-progress {
height: initial;
}
.dropzone .dz-preview .dz-progress .dz-upload {
bottom: initial;
}