Skip to content

Commit 096553f

Browse files
author
macintosh
committed
jquery-fileupload-rails pipelined
1 parent 213c6c0 commit 096553f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vendor/assets/stylesheets/jquery.fileupload-ui.css.erb renamed to vendor/assets/stylesheets/jquery.fileupload-ui.css.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
.progress-animated .progress-bar,
1818
.progress-animated .bar {
19-
background: url(<%= asset_path 'progressbar.gif' %>) !important;
19+
background: image-url("progressbar.gif") !important;
2020
filter: none;
2121
}
2222
.fileupload-loading {
2323
float: right;
2424
width: 32px;
2525
height: 32px;
26-
background: url(<%= asset_path 'loading.gif' %>) center no-repeat;
26+
background: image-url("loading.gif") center no-repeat;
2727
background-size: contain;
2828
display: none;
2929
}

vendor/assets/stylesheets/vendor/jquery.Jcrop.min.css.erb renamed to vendor/assets/stylesheets/vendor/jquery.Jcrop.min.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
22
.jcrop-holder{direction:ltr;text-align:left;}
3-
.jcrop-vline,.jcrop-hline{background:#FFF url(<%= asset_path 'Jcrop.gif' %>);font-size:0;position:absolute;}
3+
.jcrop-vline,.jcrop-hline{background:#FFF image-url("Jcrop.gif");font-size:0;position:absolute;}
44
.jcrop-vline{height:100%;width:1px!important;}
55
.jcrop-vline.right{right:0;}
66
.jcrop-hline{height:1px!important;width:100%;}

0 commit comments

Comments
 (0)