Commit d76a2e7284459bcfc788007eeb879511c8375b5d

Authored by Karpikau Andrei
1 parent 210a6cd6

small change

... ... @@ -5061,7 +5061,7 @@ body .jvectormap-zoomout {
5061 5061
5062 5062 /*width:100%;*/
5063 5063
5064   - margin-bottom:10px;
  5064 + margin-bottom:30px;
5065 5065 border: 1px dotted #dfdfdf;
5066 5066 }
5067 5067
... ...
... ... @@ -2,7 +2,7 @@
2 2 <div class="container">
3 3
4 4 <div class="drop-down-upload">
5   - <div style="padding:30px;">
  5 + <div style="padding:10px;">
6 6 <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 %>" >
7 7 <%= t('drop_your_file') %>
8 8 <div class="dropped-file-list row"></div>
... ...
1 1 module Kanjai
2   - VERSION = "0.0.237"
  2 + VERSION = "0.0.238"
3 3 end
... ...