-
Notifications
You must be signed in to change notification settings - Fork 0
/
imgupload.css
60 lines (49 loc) · 883 Bytes
/
imgupload.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
/*
Image upload use ImageMagick
Changes for plupload.css
----------------------------------- */
.file-name {
vertical-align: middle;
max-width: 200px;
}
.file-name img {
max-height: 150px;
max-width: 150px;
align-self: center;
}
.file-name a {
min-width: 150px;
display: flex;
}
.attach-name span {
padding-left: 0.5em;
}
.attach-controls {
padding-top: 0.5em;
float: none;
}
.attach-controls input.button2 {
margin-bottom: 5px;
}
/* rotate buttons
----------------------------------- */
.file-name.ellipsis-text {
text-align: center;
display: flex;
}
.imcger-iupl-button {
display: inline-block;
align-self: center;
}
.imcger-iupl-button .button {
float: left;
margin: 2px 0 2px 0;
}
.imcger-iupl-button .button:hover .icon {
color: #D31141;
}
/* Post confirmbox
-------------------------------------- */
.alert_text ul {
margin: -1em 0 1.5em 2em;
}