-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInputfieldImageReference.css
More file actions
66 lines (58 loc) · 1.38 KB
/
InputfieldImageReference.css
File metadata and controls
66 lines (58 loc) · 1.38 KB
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
.InputfieldImageReference .imagereference_thumbholder {
margin-bottom: 1px;
}
.InputfieldImageReference .uk-thumbnav li {
flex: 0 0 auto;
margin-bottom: 20px;
}
.InputfieldImageReference img {
max-width: 100%;
height: auto;
}
.InputfieldImageReference .uk-thumbnav img {
cursor: pointer;
}
.InputfieldImageReference .uk-panel {
border: 1px solid #d9e1ea;
padding: 25px;
display: inline-block;
position: relative;
margin-right: 1rem;
}
.InputfieldImageReference .uk-panel span {
position: absolute;
right: 5px;
top: 5px;
cursor: pointer;
}
.InputfieldImageReference .uk-panel > div {
background-color: #eee;
padding: 10px;
font-size: 0.75rem;
margin-top: 1rem;
max-width: 100%;
word-wrap: break-word;
}
.InputfieldImageReference .InputfieldMarkup .InputfieldContent {
position: relative;
}
.InputfieldImageReference .InputfieldMarkup .InputfieldContent .imagereference_edit {
position: absolute;
right: 50px;
top: -40px;
}
.InputfieldImageReference .imagereference_thumbs_anypage {
position: relative;
display: none;
}
.InputfieldImageReference .imagereference_thumbs_anypage.in {
display: block;
}
.InputfieldImageReference .imagereference_thumbs_anypage:before {
content: "";
position: absolute;
top: -1px;
width: 100%;
height: 1px;
background-color: #fff;
}