-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathstyles.css
More file actions
61 lines (50 loc) · 1020 Bytes
/
Copy pathstyles.css
File metadata and controls
61 lines (50 loc) · 1020 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
51
52
53
54
55
56
57
58
59
60
61
.tiny_cloze .tiny_cloze_fraction {
max-width: fit-content;
}
.tiny_cloze img {
cursor: pointer;
width: 0.8rem;
}
.tiny_cloze .col-2 label {
margin-top: 0.5rem;
}
.tiny_cloze .error {
border-color: red;
}
.tiny_cloze .msg-error {
color: red;
}
.tiny_cloze_answers {
overflow-x: hidden;
}
.tiny_cloze_qtype {
overflow: auto;
position: relative;
}
.tiny_cloze_qtype .tiny_cloze_summary {
display: none;
left: 175px;
position: absolute;
top: 0;
}
.tiny_cloze_qtype input[type="radio"]:focus {
box-shadow: none;
}
.tiny_cloze_qtype input[type="radio"]:checked + label .tiny_cloze_summary {
display: inline;
}
input.tiny_cloze_marks.form-control {
width: 4em;
}
.tiny_cloze_answers .form-group img {
margin-top: .5rem;
}
.tiny_cloze_answers .form-group .icon_smallicon {
margin-right: 0.25rem;
}
.tiny_cloze_answers li:first-child .tiny_cloze_up {
display: none;
}
.tiny_cloze_answers li:last-child .tiny_cloze_down {
display: none;
}