-
Notifications
You must be signed in to change notification settings - Fork 10
/
uploadkit.css
74 lines (61 loc) · 1.23 KB
/
uploadkit.css
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
65
66
67
68
69
70
71
72
73
74
input.uk-input, form input.uk-input {
display: none;
}
.uk-container {
background: #f7f7f7;
border: 1px solid #ccc;
margin-bottom: 1em;
padding: 1em;
position: relative;
text-align: center;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.uk-container > .btn {
margin: 0 0.25em;
}
.uk-container > .btn > i {
margin-right: 0.25em;
}
.uk-container > .btn-primary {
color: #fff;
}
.uk-container > table, .uk-info {
margin-bottom: 0.5em;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8);
}
.uk-container > table a.close {
line-height: 12px;
}
.uk-container > table tr.error {
color: #b94a48;
}
.uk-close-column, .uk-icon-column {
width: 1em;
}
.uk-size-column, .uk-progress-column {
width: 5em;
}
.uk-progress-column .progress {
margin: 0;
width: 5em;
}
.uk-info > * {
text-align: center;
}
.uk-info > h1 {
color: #444;
font-size: 1.5em;
font-weight: 500;
line-height: 1.5em;
}
.uk-info > h2 {
color: #444;
font-size: 0.9em;
font-weight: normal;
line-height: 1.5em;
}