style.css
861 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
h4 {
margin : 0 0 10px 0;
}
p {
margin-top : 5px;
}
#broker-import-fields {
width : 500px;
}
#csv_file {
display : inline-block;
text-decoration : none;
width : auto;
margin-bottom : 10px;
}
.error.empty-file {
display : none;
}
#submit {
margin-top : 10px;
}
.file-added {
display : none;
}
.ui-progressbar {
position : relative;
}
.progress-label, .progress-remove-label {
position : absolute;
left : 50%;
top : 4px;
font-weight : bold;
text-shadow : 1px 1px 0 #fff;
}
.progressbar, .progressbar-remove, .remove-start-message {
display : none;
}
.color-red {
color : red;
}
.ajax-loader {
display: none;
margin-top: 15px;
}
.ajax-loader img {
vertical-align: middle;
}
ul {
list-style: circle;
padding-left :20px;
}