forked from ucamhal/lookup-institution-list-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
48 lines (40 loc) · 904 Bytes
/
style.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
.strike {
text-decoration: line-through;
}
.error-msg {
display: none;
}
textarea {
resize: vertical;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
#institution-tree-group ul {
padding-left: 0;
}
#institution-tree-group li:before {
content: "";
width: 14px;
border-bottom: 1px solid black;
position: absolute;
display: block;
top: 11px;
left: 0px;
}
#institution-tree-group li {
position: relative;
list-style-type: none;
padding-left: 19px;
border-left: 1px solid black;
}
#substitutions-list {
margin-top: 15px;
}
#substitutions-list li {
overflow: auto;
}
#exclusion-list-fixed-wrapper.affix{
top: 20px;
right: 0;
/* Preserve right padding when position: fixed; */
padding-right: 56px;
}