Commit 1e16d4a628ab14ef5559d6759a39d6e59d646748

Authored by Karpikau Andrei
1 parent 2697bbb2

small points about choose image

@@ -1655,7 +1655,7 @@ jQuery(document).ready(function(){ @@ -1655,7 +1655,7 @@ jQuery(document).ready(function(){
1655 $this.$original_element.froalaEditor('image.insert', img_link, true, {id: uniqueId}); 1655 $this.$original_element.froalaEditor('image.insert', img_link, true, {id: uniqueId});
1656 $this.$original_element.froalaEditor('imageManager.hide'); 1656 $this.$original_element.froalaEditor('imageManager.hide');
1657 lastInsertImageId = uniqueId; 1657 lastInsertImageId = uniqueId;
1658 - //$this.$original_element.froalaEditor('cursor.enter', true); 1658 + $modal.modal('hide');
1659 1659
1660 return false; 1660 return false;
1661 }); 1661 });
@@ -5321,6 +5321,8 @@ body .jvectormap-zoomout { @@ -5321,6 +5321,8 @@ body .jvectormap-zoomout {
5321 .mt-5{margin-top:5px;} 5321 .mt-5{margin-top:5px;}
5322 .mt-20{margin-top:20px;} 5322 .mt-20{margin-top:20px;}
5323 5323
  5324 +.mb-20{margin-bottom:20px;}
  5325 +
5324 .dropleft.without-icon .dropdown-toggle::before{ 5326 .dropleft.without-icon .dropdown-toggle::before{
5325 display:none; 5327 display:none;
5326 } 5328 }
@@ -10,12 +10,12 @@ @@ -10,12 +10,12 @@
10 10
11 <!-- Modal body --> 11 <!-- Modal body -->
12 <div class="modal-body"> 12 <div class="modal-body">
13 - <div class="text-right"> 13 + <div class="text-right mb-20">
14 <%= link_to t('actions.add_more_images'), '#', class: 'btn btn-info rte-add-image-btn' %> 14 <%= link_to t('actions.add_more_images'), '#', class: 'btn btn-info rte-add-image-btn' %>
15 <%= link_to t('actions.back_to_choose_image'), '#', class: 'btn btn-info rte-add-image-back-btn not-visible' %> 15 <%= link_to t('actions.back_to_choose_image'), '#', class: 'btn btn-info rte-add-image-back-btn not-visible' %>
16 </div> 16 </div>
17 17
18 - <div class="add-new-images not-visible"> 18 + <div class="add-new-images not-visible ">
19 <div class="drop-down-upload"> 19 <div class="drop-down-upload">
20 <div style="padding:10px;"> 20 <div style="padding:10px;">
21 <div class="drop" data-url="<%= @s3_direct_post.url %>" data-form-data="<%= @s3_direct_post.fields.to_json %>" data-host="<%= URI.parse(@s3_direct_post.url).host %>" > 21 <div class="drop" data-url="<%= @s3_direct_post.url %>" data-form-data="<%= @s3_direct_post.fields.to_json %>" data-host="<%= URI.parse(@s3_direct_post.url).host %>" >
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.158" 2 + VERSION = "0.0.159"
3 end 3 end