Skip to content

Commit 7f1e7fa

Browse files
author
daisuke fuchiwaki
committed
fix ie10
1 parent 4425d7c commit 7f1e7fa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

vendor/assets/stylesheets/jquery.fileupload-ui.css.erb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@charset 'UTF-8';
1+
@charset "UTF-8";
22
/*
3-
* jQuery File Upload UI Plugin CSS 6.3
3+
* jQuery File Upload UI Plugin CSS 6.10
44
* https://github.com/blueimp/jQuery-File-Upload
55
*
66
* Copyright 2010, Sebastian Tschan
@@ -21,11 +21,10 @@
2121
top: 0;
2222
right: 0;
2323
margin: 0;
24-
border: solid transparent;
25-
border-width: 0 0 100px 200px;
2624
opacity: 0;
2725
filter: alpha(opacity=0);
28-
-moz-transform: translate(-300px, 0) scale(4);
26+
transform: translate(-300px, 0) scale(4);
27+
font-size: 23px;
2928
direction: ltr;
3029
cursor: pointer;
3130
}
@@ -37,15 +36,15 @@
3736
width: 200px;
3837
}
3938
.progress-animated .bar {
40-
background: url(<%= asset_path 'progressbar.gif' %>) !important;
39+
background: url(../img/progressbar.gif) !important;
4140
filter: none;
4241
}
4342
.fileupload-loading {
4443
position: absolute;
4544
left: 50%;
4645
width: 128px;
4746
height: 128px;
48-
background: url(<%= asset_path 'loading.gif' %>) center no-repeat;
47+
background: url(../img/loading.gif) center no-repeat;
4948
display: none;
5049
}
5150
.fileupload-processing .fileupload-loading {
@@ -54,16 +53,17 @@
5453

5554
/* Fix for IE 6: */
5655
* html .fileinput-button {
57-
line-height: 22px;
56+
line-height: 24px;
5857
margin: 1px -3px 0 0;
5958
}
6059

6160
/* Fix for IE 7: */
6261
* + html .fileinput-button {
62+
padding: 2px 15px;
6363
margin: 1px 0 0 0;
6464
}
6565

66-
@media (max-width: 480px) {
66+
@media (max-width: 767px) {
6767
.files .btn span {
6868
display: none;
6969
}

0 commit comments

Comments
 (0)