-
Notifications
You must be signed in to change notification settings - Fork 355
/
Copy pathlegacy_sequence_salience_module.css
78 lines (63 loc) · 1.21 KB
/
legacy_sequence_salience_module.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
table.field-table {
--border-spacing: 8px;
width: calc(100% - var(--border-spacing));
min-width: calc(100% - var(--border-spacing));
border-spacing: var(--border-spacing);
}
table.field-table th {
vertical-align: top;
text-align: start;
}
lit-numeric-input {
max-width: 200px;
}
.subfield-title {
padding-top: 6px; /* align title with first row of content */
}
/**
* Module controls
*/
.module-results-area {
overflow-x: clip;
}
.module-toolbar {
border-bottom: 1px solid #dadce0;
box-sizing: border-box;
justify-content: space-between;
}
.module-footer {
justify-content: space-between;
}
.controls-group {
display: flex;
flex-direction: row;
align-items: center;
margin: 0 4px;
}
.controls-group > * {
margin: 0 2px;
}
/* Allow dropdown area to grow, but not to cause line wrapping. */
.controls-group-variable {
flex: 1;
overflow-x: clip;
margin-right: 8px;
}
.controls-group-variable .dropdown {
max-width: 100%;
}
.vertical-separator {
background: #dadce0;
width: 2px;
height: 1.2rem;
padding: 0;
margin: 0 8px;
}
color-legend {
margin-right: 16px;
}
.gamma-value {
min-width: 32px;
}
.module-footer > * { min-width: 0; }
.controls-group > * { min-width: 0; }