-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
112 lines (90 loc) · 1.52 KB
/
styles.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
form.migrate {
margin-top: 30px;
}
.select-controls {
font-size: 0.9em;
margin: 0 0 10px 0;
}
.select-controls a {
text-decoration: none;
}
.select-controls .sep {
margin: 0 8px;
color: #999;
}
.select-controls.bottom {
margin: 10px 0 0 0;
}
.migrate-sets {
border-top: 1px solid #ccc;
border-spacing: 0;
width: 100%;
}
.migrate-sets td, .migrate-sets th {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px 15px;
}
.migrate-sets th {
text-align: left;
}
.migrate-sets th .count {
color: #999;
font-size: 0.9em;
}
.migrate-sets .check {
width: 1%;
border-left: 1px solid #ccc;
}
.migrate-sets .spacer {
border-right: 0;
}
.migrate-sets .title {
width: 30%;
}
.migrate-sets .thumb {
width: 50px;
height: 50px;
padding: 0;
}
.migrate-sets .thumb img {
display: block;
width: 50px;
height: 50px;
}
.migrate-sets .more {
font-size: 0.9em;
color: #999;
}
.migrate-sets .more a {
text-decoration: none;
color: #999;
}
.migrate-sets .more a:hover {
color: #666;
}
.migrate-sets .more-info {
font-size: 0.9em;
color: #666;
}
.migrate-sets .progress {
width: 68%;
padding: 1px;
}
.migrate-sets .progress div {
position: relative;
width: 100%;
height: 100%;
}
.migrate-sets .progress span {
display: block;
}
.migrate-sets .progress .bar {
width: 0;
}
.migrate-sets .progress .txt {
position: absolute;
top: 0;
left: 0;
padding: 10px 15px;
}