-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathh5p-editor-range-list-score.css
More file actions
65 lines (64 loc) · 1.54 KB
/
h5p-editor-range-list-score.css
File metadata and controls
65 lines (64 loc) · 1.54 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
.h5p-editor-range-list-score thead th.h5peditor-type-number {
white-space: nowrap;
width: 65px;
}
.h5p-editor-range-list-score thead th.h5peditor-dash {
width: 6px;
}
.h5p-editor-range-list-score tbody td.h5peditor-dash {
line-height: 37px;
}
.h5p-editor-range-list-score .h5peditor-input-text {
line-height: 38px;
height: 38px;
text-align: center;
}
.h5p-editor-range-list-score .number input {
text-align: center;
width: 65px;
}
.h5p-editor-range-list-score thead th.h5peditor-remove-header {
position: relative;
}
.h5peditor-range-distribute {
white-space: nowrap;
font-weight: normal;
font-size: 14px;
padding: 0 20px;
margin-left: 1em;
height: 42px;
line-height: 42px;
color: #2579c6;
font-weight: bold;
background: #fff;
border: 2px solid #2579c6;
}
.h5peditor-button-textual.h5peditor-range-distribute:hover {
color: #1f67a8;
border-color: #1f67a8;
background: #fff;
}
.h5peditor-range-distribute[aria-disabled="true"],
.h5peditor-button-textual.h5peditor-range-distribute[aria-disabled="true"]:hover {
background: #f5f5f5;
color: #707171;
border-color: #eeeeee;
cursor: not-allowed;
}
.h5p-editor-table-list-score tbody .h5p-error-range-overlap td {
border-color: #da0001;
}
.h5p-editor-range-list-score-message-area {
display: none;
background: #f4ecec;
border-left: 2px solid #ad5b52;
padding: 1em;
margin-bottom: 0.5em;
}
.h5p-editor-range-list-score-message-area.problem-found {
display: block;
}
.h5p-editor-range-list-score .field-name-score input {
text-align: left;
width: 100%;
}