-
Notifications
You must be signed in to change notification settings - Fork 0
/
inlineMedia.css
41 lines (37 loc) · 914 Bytes
/
inlineMedia.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
/* Images */
.inlineImage .content,
.inlineVideo .content,
.inlineVideoService .content,
.inlineHTML .content {
display: inline-block;
float: left;
margin-right: 12px;
margin-left: 10px;
min-width: 40px;
max-width: 90%;
}
.inlineImage .closeButton,
.inlineVideo .closeButton,
.inlineVideoService .closeButton,
.inlineHTML .closeButton {
cursor: pointer;
border-radius: 5px;
border: 2px solid #a1a1a1;
color: #a1a1a1;
display: inline-block;
line-height: 14px;
font-size: 15px;
font-family: "Helvetica Neue" !important;
text-indent: 7px;
width: 16px;
height: 16px;
float: left;
padding-right: 7px;
padding-left: 0px;
}
body[data-system-version=^"10.9"] .inlineImage .closeButton,
body[data-system-version=^"10.9"] .inlineVideo .closeButton,
body[data-system-version=^"10.9"] .inlineVideoService .closeButton,
body[data-system-version=^"10.9"] .inlineHTML .closeButton {
line-height: 13px;
}