X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=filex%2Ftemplates%2Ffilex%2Fupload.css.html;h=a90ac8cb4aee99c368433907554d3b74aaab67e8;hb=8cb1584dc8c5733aa00d3223cc2380eecac13f41;hp=349071415759cbbbbe5c7af7787ae0f63840f5ea;hpb=a0070644fd09063d4222ca3142f3e920924c0bea;p=qcg-portal.git diff --git a/filex/templates/filex/upload.css.html b/filex/templates/filex/upload.css.html index 3490714..a90ac8c 100644 --- a/filex/templates/filex/upload.css.html +++ b/filex/templates/filex/upload.css.html @@ -10,6 +10,45 @@ top: 90px; bottom: 51px; overflow-y: auto; + padding: 0 15px; + } + + #elements:empty:before { + display: block; + content: "Upuść pliki tutaj"; + position: absolute; + left: 0; + right: 0; + border: dashed 3px #bbb; + border-radius: 6px; + text-align: center; + font-size: 28px; + padding: 140px; + margin: 15px; + background: white; + overflow: hidden; + opacity: 0.5; + } + + #drop-overlay { + display: none; + position: absolute; + left: 0; + right: 0; + top: 90px; + border: dashed 3px #bbb; + border-radius: 6px; + text-align: center; + font-size: 28px; + padding: 140px; + margin: 15px; + background: white; + overflow: hidden; + opacity: 0.5; + } + + #drop-overlay.in { + display: block; } #elements .item .text { @@ -27,4 +66,9 @@ #btn-close { margin-right: 15px; } + + .modal-footer .checkbox { + margin-top: 7px; + margin-bottom: 7px; + }