-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.e85ed8a45d96727ffee1.css
127 lines (122 loc) · 4.49 KB
/
1.e85ed8a45d96727ffee1.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.HotkeysPreferences {
display: flex;
padding: 20px;
}
.HotkeysPreferences .hotkeyTable {
display: flex;
flex-direction: row;
flex-basis: 0;
flex-grow: 1.5;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn {
display: flex;
flex-direction: column;
flex-basis: 0;
flex-grow: 1.5;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyHeader {
display: flex;
flex-direction: row;
margin-bottom: 10px;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyHeader .headerItemText {
flex-basis: 0;
flex-grow: 1.5;
padding: 5px 15px 5px 0;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow {
display: flex;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .wrapperHotkeyInput {
margin-bottom: 5px;
cursor: pointer;
display: flex;
flex-direction: column;
flex-basis: 0;
flex-grow: 1.5;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .hotkeyLabel {
padding: 5px 15px 5px 0;
text-align: right;
flex-basis: 0;
flex-grow: 1.5;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .stateError .preferencesInput {
background-color: var(--state-error);
}
.WindowLevelPreferences {
display: flex;
padding: 20px 0;
text-align: center;
}
.WindowLevelPreferences .wlColumn {
display: flex;
flex-direction: column;
flex-basis: 0;
flex-grow: 1.5;
margin: 0 5px;
}
.WindowLevelPreferences .wlRow {
display: flex;
flex-direction: row;
margin: 5px 0;
}
.WindowLevelPreferences .header,
.WindowLevelPreferences .preset {
flex-grow: 0.5;
}
.WindowLevelPreferences .window,
.WindowLevelPreferences .level {
flex-grow: 1;
}
.WindowLevelPreferences .description {
flex-grow: 2;
}
.GeneralPreferences {
display: flex;
padding: 20px 0;
}
.GeneralPreferences .language {
display: flex;
width: 50%;
}
.GeneralPreferences .language .languageLabel {
display: flex;
flex-basis: 0;
flex-grow: 1.5;
justify-content: flex-end;
padding-right: 20px;
}
.GeneralPreferences .language .language-select {
flex-grow: 1.5;
flex-basis: 0;
}
.preferencesInputErrorMessage {
color: var(--state-error-text);
font-size: 10px;
text-transform: uppercase;
}
.preferencesInput {
font-weight: 400;
cursor: pointer;
transition: background-color 0.3s ease, border-color 0.3s ease;
background-color: var(--ui-gray);
color: var(--text-primary-color);
border-color: var(--ui-border-coolor);
border: 0;
border-radius: 2px;
font-size: 14px;
height: 30px;
width: 100%;
line-height: 16px;
padding: 8px 9px 6px;
text-align: center;
}
.preferencesInput:focus {
border-color: var(--active-color);
background-color: var(--ui-gray-dark);
box-shadow: 0 0 0 2px var(--active-color) !important;
outline: 0;
}
.entry-header{padding:10px 15px;height:var(--top-bar-height)}.header-left-box{display:inline-block;position:relative}.header-brand{text-decoration:none;height:30px;float:left;clear:both}.entry-header.header-big{background:rgba(21,25,30,.7);padding:35px var(--study-list-padding);height:auto;display:inline-block;width:100%}.entry-header.header-big .header-brand{height:50px;padding:0}.entry-header.header-big .header-logo-image{margin-right:20px;width:50px;height:50px}.entry-header.header-big .header-logo-text{width:474px;height:auto}.dd-item{width:100%}.header-viewerLink{float:left}.header-logo-image{fill:transparent;height:100%;margin:0 8px 0 0;width:30px;float:left}.header-btn{color:var(--text-secondary-color);cursor:pointer;font-size:13px;font-weight:500;line-height:26px}.header-btn:hover{color:var(--hover-color)}.header-btn:active{color:var(--active-color)}.header-studyListLinkSection{border-left:var(--ui-border-thickness) solid var(--ui-border-color);margin:3px 0 0 10px;padding:0 0 0 10px;display:inline-block}.header-menu{color:var(--text-primary-color);float:right;padding:4px 0;font-size:13px;font-weight:400;line-height:18px;text-decoration:none;margin-right:10px}.entry-header.header-big .header-menu{margin-right:0}.header-menu .research-use{float:left;font-size:13px;font-weight:700;color:#91b9cd;margin-right:1rem}.notification-bar{display:none;position:absolute;height:20px;line-height:20px;width:100%;background-color:#91b9cd;color:#fff;font-weight:700;text-align:center}@media only screen and (max-width:768px){.entry-header,.entry-header.header-big{padding:30px 15px 10px}.entry-header.header-big .header-logo-image{margin:0 10px 0 0;width:25px;height:25px}.entry-header.header-big .header-logo-text{width:40%}.notification-bar{display:block}.header-menu .research-use{display:none}}
/*# sourceMappingURL=1.e85ed8a45d96727ffee1.css.map*/