gridftp: save visited folders as browser history
[qcg-portal.git] / filex / templates / filex / upload.css.html
index 3490714..a90ac8c 100644 (file)
         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;
+    }
 </style>