File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
vendor/assets/stylesheets Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- @charset ' UTF-8' ;
1
+ @charset " UTF-8" ;
2
2
/*
3
- * jQuery File Upload UI Plugin CSS 6.3
3
+ * jQuery File Upload UI Plugin CSS 6.10
4
4
* https://github.com/blueimp/jQuery-File-Upload
5
5
*
6
6
* Copyright 2010, Sebastian Tschan
21
21
top: 0;
22
22
right: 0;
23
23
margin: 0;
24
- border: solid transparent;
25
- border-width: 0 0 100px 200px;
26
24
opacity: 0;
27
25
filter: alpha(opacity=0);
28
- -moz-transform: translate(-300px, 0) scale(4);
26
+ transform: translate(-300px, 0) scale(4);
27
+ font-size: 23px;
29
28
direction: ltr;
30
29
cursor: pointer;
31
30
}
37
36
width: 200px;
38
37
}
39
38
.progress-animated .bar {
40
- background: url(<%= asset_path ' progressbar.gif' %> ) !important;
39
+ background: url(../img/ progressbar.gif) !important;
41
40
filter: none;
42
41
}
43
42
.fileupload-loading {
44
43
position: absolute;
45
44
left: 50%;
46
45
width: 128px;
47
46
height: 128px;
48
- background: url(<%= asset_path ' loading.gif' %> ) center no-repeat;
47
+ background: url(../img/ loading.gif) center no-repeat;
49
48
display: none;
50
49
}
51
50
.fileupload-processing .fileupload-loading {
54
53
55
54
/* Fix for IE 6: */
56
55
* html .fileinput-button {
57
- line-height: 22px ;
56
+ line-height: 24px ;
58
57
margin: 1px -3px 0 0;
59
58
}
60
59
61
60
/* Fix for IE 7: */
62
61
* + html .fileinput-button {
62
+ padding: 2px 15px;
63
63
margin: 1px 0 0 0;
64
64
}
65
65
66
- @media (max-width: 480px ) {
66
+ @media (max-width: 767px ) {
67
67
.files .btn span {
68
68
display: none;
69
69
}
You can’t perform that action at this time.
0 commit comments