forked from zzxiang/external-media-without-import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexternal-media-without-import.css
93 lines (76 loc) · 1.18 KB
/
external-media-without-import.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
#emwi-in-upload-ui {
margin: 1.2em auto;
text-align: center;
}
#emwi-in-upload-ui .row1 {
margin-bottom: .5em;
}
#emwi-media-new-panel {
position: absolute;
top: 0;
width: 100%;
height: 100%;
margin: 0 auto;
z-index: 999;
background-color: rgb(241, 241, 241);
text-align: left;
box-sizing: border-box;
padding: 2em;
}
.media-modal-content #emwi-media-new-panel {
background-color: white;
}
#emwi-media-new-panel .url-row {
position: relative;
height: 2.5em;
margin-bottom: 1.5em;
}
#emwi-media-new-panel .url-row label {
width: 13em;
line-height: 2.5em;
}
#emwi-url-input-wrapper {
display: inline-block;
position: absolute;
left: 13em;
right: 0;
}
#emwi-url {
width: 100%;
}
#emwi-error {
color: red;
}
#emwi-properties {
margin-top: 1.5em;
}
#emwi-properties label {
margin-right: 1em;
}
#emwi-width {
margin-right: 2.5em;
width: 6em;
}
#emwi-height {
margin-right: 7em;
width: 6em;
}
#emwi-type {
width: 17em;
}
#emwi-buttons-row {
margin-top: 1.5em;
text-align: right;
}
#emwi-buttons-row .spinner {
margin-top: 4px;
margin-right: 2em;
float: none;
visibility: hidden;
}
#emwi-clear {
margin-right: 2.3em;
}
#emwi-add {
margin-right: 1.5em;
}