Skip to content

Commit

Permalink
added latest css bootstrap and font icons
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Aug 24, 2015
1 parent 2dea454 commit 8031629
Show file tree
Hide file tree
Showing 68 changed files with 5,483 additions and 1,495 deletions.
587 changes: 587 additions & 0 deletions upload/admin/view/javascript/bootstrap/css/bootstrap-theme.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,751 changes: 1,132 additions & 619 deletions upload/admin/view/javascript/bootstrap/css/bootstrap.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions upload/admin/view/javascript/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion upload/admin/view/javascript/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $(document).ready(function() {
$('#button-image').prop('disabled', false);
},
success: function(html) {
$('body').append('<div id="modal-image" class="modal">' + html + '</div>');
$('body').after('<div id="modal-image" class="modal"><div class="modal-dialog modal-lg">' + html + '</div></div>');

$('#modal-image').modal('show');
}
Expand Down
Loading

0 comments on commit 8031629

Please sign in to comment.