comparison OrthancExplorer/libs/jquery-file-upload/css/style.css @ 3066:5713952f60c0 update-jquery

upgraded jquery, jquery-mobile, jquery-file-upload. Everything seems to be working as before. Theme has changed !
author am@osimis.io
date Wed, 26 Dec 2018 16:58:21 +0100
parents 4bc019d2f969
children
comparison
equal deleted inserted replaced
3065:b89a4288d605 3066:5713952f60c0
1 @charset 'UTF-8'; 1 @charset "UTF-8";
2 /* 2 /*
3 * jQuery File Upload Plugin CSS Example 1.0 3 * jQuery File Upload Plugin CSS Example 8.0
4 * https://github.com/blueimp/jQuery-File-Upload 4 * https://github.com/blueimp/jQuery-File-Upload
5 * 5 *
6 * Copyright 2012, Sebastian Tschan 6 * Copyright 2013, Sebastian Tschan
7 * https://blueimp.net 7 * https://blueimp.net
8 * 8 *
9 * Licensed under the MIT license: 9 * Licensed under the MIT license:
10 * http://www.opensource.org/licenses/MIT 10 * http://www.opensource.org/licenses/MIT
11 */ 11 */
12 12
13 body{ 13 body {
14 padding-top: 60px; 14 padding-top: 60px;
15 } 15 }
16
17 .ng-cloak {
18 display: none;
19 }