Skip to content

Commit f96a9ed

Browse files
committed
Build on a newer version of jquery-file-upload by blueimp
https://github.com/blueimp/jQuery-File-Upload
1 parent 178f747 commit f96a9ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2801
-1850
lines changed

fileupload/static/application.js

-42
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@charset 'UTF-8';
2+
.modal-gallery{width:auto;max-height:none;}
3+
.modal-gallery .modal-body{max-height:none;}
4+
.modal-gallery .modal-title{display:inline-block;max-height:54px;overflow:hidden;}
5+
.modal-gallery .modal-image{position:relative;margin:auto;min-width:128px;min-height:128px;overflow:hidden;cursor:pointer;}
6+
.modal-gallery .modal-image:hover:before,.modal-gallery .modal-image:hover:after{content:'‹';position:absolute;top:50%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#ffffff;text-align:center;background:#222222;border:3px solid #ffffff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50);z-index:1;}
7+
.modal-gallery .modal-image:hover:after{content:'›';left:auto;right:15px;}
8+
.modal-single .modal-image:hover:before,.modal-single .modal-image:hover:after{display:none;}
9+
.modal-loading .modal-image{background:url(../img/loading.gif) center no-repeat;}
10+
.modal-gallery.fade .modal-image{-webkit-transition:width 0.15s ease, height 0.15s ease;-moz-transition:width 0.15s ease, height 0.15s ease;-ms-transition:width 0.15s ease, height 0.15s ease;-o-transition:width 0.15s ease, height 0.15s ease;transition:width 0.15s ease, height 0.15s ease;}
11+
.modal-gallery .modal-image *{position:absolute;top:0;opacity:0;filter:alpha(opacity=0);}
12+
.modal-gallery.fade .modal-image *{-webkit-transition:opacity 0.5s linear;-moz-transition:opacity 0.5s linear;-ms-transition:opacity 0.5s linear;-o-transition:opacity 0.5s linear;transition:opacity 0.5s linear;}
13+
.modal-gallery .modal-image *.in{opacity:1;filter:alpha(opacity=100);}
14+
.modal-fullscreen{border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:transparent;overflow:hidden;}
15+
.modal-fullscreen.modal-loading{border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
16+
.modal-fullscreen .modal-body{padding:0;}
17+
.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{position:absolute;top:0;right:0;left:0;background:transparent;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;opacity:0;z-index:2000;}
18+
.modal-fullscreen .modal-footer{top:auto;bottom:0;}
19+
.modal-fullscreen .close,.modal-fullscreen .modal-title{color:#fff;text-shadow:0 0 2px rgba(33, 33, 33, 0.8);}
20+
.modal-fullscreen .modal-header:hover,.modal-fullscreen .modal-footer:hover{opacity:1;}
21+
@media (max-width:480px){.modal-gallery .btn span{display:none;}}

fileupload/static/css/bootstrap-responsive.min.css

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)