1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-27 09:09:44 +02:00

fixed import document click zone

This commit is contained in:
Harvey Kandola 2016-10-07 10:27:04 -07:00
parent 71b2e30fbc
commit cbcb7a380f
2 changed files with 3 additions and 2 deletions

View file

@ -66,7 +66,7 @@ export default Ember.Component.extend(NotifierMixin, TooltipMixin, {
Dropzone.options.uploadDocuments = false; Dropzone.options.uploadDocuments = false;
let dzone = new Dropzone("#import-document-button", { let dzone = new Dropzone("#import-document-button > i", {
headers: { headers: {
'Authorization': 'Bearer ' + self.get('session.session.content.authenticated.token') 'Authorization': 'Bearer ' + self.get('session.session.content.authenticated.token')
}, },

View file

@ -63,6 +63,7 @@
i { i {
color: $color-stroke; color: $color-stroke;
text-align: center; text-align: center;
width: 100%;
} }
&:before { &:before {