1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| .import-task-panel{
| padding: 10px;
| margin-top: 10px;
| margin-bottom: 10px;
|
| text-align: center;
|
| button{
| margin-right: 12px;
| margin-bottom: 8px;
| }
|
| .glyphicon-arrow-right{
| font-size: 80%;
| }
|
| .close:hover, .close:focus{
| color: inherit;
| }
|
| .upload-progress-bar{
| margin-top: 12px;
| }
|
| .btn-import{
| margin-top: 8px;
| margin-left: 8px;
| }
| }
|
|