Mercurial > hg > orthanc
annotate OrthancExplorer/libs/jquery-file-upload/css/style.css @ 950:8811abd6aec9
move ThirdParty code
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Jun 2014 15:32:02 +0200 |
parents | 4bc019d2f969 |
children | 5713952f60c0 |
rev | line source |
---|---|
0 | 1 @charset 'UTF-8'; |
2 /* | |
3 * jQuery File Upload Plugin CSS Example 1.0 | |
4 * https://github.com/blueimp/jQuery-File-Upload | |
5 * | |
6 * Copyright 2012, Sebastian Tschan | |
7 * https://blueimp.net | |
8 * | |
9 * Licensed under the MIT license: | |
10 * http://www.opensource.org/licenses/MIT | |
11 */ | |
12 | |
13 body{ | |
14 padding-top: 60px; | |
15 } |