file upload to gridftp
[qcg-portal.git] / filex / templates / filex / upload.css.html
1 <style>
2     #path {
3         font-size: 16px;
4     }
5
6     #elements {
7         position: absolute;
8         left: 0;
9         right: 0;
10         top: 90px;
11         bottom: 51px;
12         overflow-y: auto;
13     }
14
15     #elements .item .text {
16         margin: 10px 0;
17     }
18
19     #elements .item .status {
20         float: right;
21     }
22
23     #btn-open {
24         float: left;
25     }
26
27     #btn-close {
28         margin-right: 15px;
29     }
30 </style>