-
Notifications
You must be signed in to change notification settings - Fork 299
Expand file tree
/
Copy pathmain.css
More file actions
50 lines (47 loc) · 794 Bytes
/
main.css
File metadata and controls
50 lines (47 loc) · 794 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
.drop {
padding: 15px;
border: 2px #f1f1f1 dashed;
border-radius: 5px;
line-height: 34px;
}
.drop.drag-over {
background: #5CB85C;
color: #fff
}
.transfer-box {
margin-bottom: 5px;
}
.transfer-box .progress {
margin-bottom: 0;
}
.thumbnail {
line-height: 20px;
margin-bottom: 5px;
overflow: hidden;
word-break: normal;
}
.thumbnail img {
max-width: 200px;
max-height: 150px;
}
.gallery-box {
width: 200px;
padding: 5px;
margin: 7px;
float: left;
min-height: 200px;
border: 1px solid #ddd;
overflow: hidden;
}
.gallery-box .progress {
margin-bottom: 0;
}
.gallery-box .thumbnail {
height: 188px;
width: 188px;
}
.gallery-box .title {
height: 22px;
overflow: hidden;
display: block;
}