Skip to content

Commit

Permalink
Merge pull request #1427 from tvdeyen/fix-jcrop-image
Browse files Browse the repository at this point in the history
Load Jcrop selection gif via asset pipeline
  • Loading branch information
tvdeyen authored May 7, 2018
2 parents b6cdc49 + 6f73925 commit d72333d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
'alchemy/menubar.js',
'alchemy/print.css',
'alchemy/welcome.css',
'Jcrop.gif',
'tinymce/*'
]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* jquery.Jcrop.min.css v0.9.10 (build:20120429) */
.jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF url(/assets/Jcrop.gif) top left repeat;font-size:0;position:absolute;}
.jcrop-vline,.jcrop-hline{background:#FFF image-url('Jcrop.gif') top left repeat;font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-vline.right{right:0;}
Expand Down

0 comments on commit d72333d

Please sign in to comment.