IE11 fix for b73bd7f
This commit is contained in:
parent
9ba2c7cd8b
commit
9075789783
|
@ -41,6 +41,7 @@
|
||||||
uploadedAvatarTemplate=user.custom_avatar_template
|
uploadedAvatarTemplate=user.custom_avatar_template
|
||||||
uploadedAvatarId=user.custom_avatar_upload_id
|
uploadedAvatarId=user.custom_avatar_upload_id
|
||||||
uploading=uploading
|
uploading=uploading
|
||||||
|
class="avatar-uploader"
|
||||||
done=(action "uploadComplete")}}
|
done=(action "uploadComplete")}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -443,7 +443,7 @@
|
||||||
-ms-grid-row: 1;
|
-ms-grid-row: 1;
|
||||||
-ms-grid-column: 2;
|
-ms-grid-column: 2;
|
||||||
}
|
}
|
||||||
button {
|
span.avatar-uploader {
|
||||||
-ms-grid-row: 1;
|
-ms-grid-row: 1;
|
||||||
-ms-grid-column: 3;
|
-ms-grid-column: 3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue