-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle.css
100 lines (99 loc) · 1.48 KB
/
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
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
body {
}
p.heading {
font-size: 20px;
margin-bottom: 2px;
}
div.table {
display: inline-block;
}
div#study, div#patient {
display: none;
}
div#investigators, div#settings, div#patientssettings, div#investigatorsettings {
border: 1px solid black;
width: 800px;
padding: 10px;
}
.gatorblock {
display: none;
}
div#cards div {
display: inline-block;
vertical-align: top;
}
div#cards {
display: none;
margin: 10px;
}
div.border {
border: 1px solid black;
padding: 10px;
width: 700px;
}
div.strategy {
margin: 5px;
}
table {
padding: 0px;
margin: 0px 50px 0px 0px;
border-collapse: collapse;
}
td {
padding: 5px;
text-align: center;
border: 1px solid black;
}
table {
display: inline-block;
margin-left: 2px;
margin-right: 2px;
}
div#spacer {
display: inline-block;
width: 100px;
}
button {
display: inline;
/*float: left;*/
margin: 5px;
}
/* These two should always be opposite each other */
div#setpatients {
display: none;
}
div#randompatients {
/*display: none;*/
}
i#ownseqvalid {
display: none;
}
input#savesequence {
display: none;
}
p.headingdate {
font-size: 20px;
margin: 0px;
}
p.headingtime {
font-style: italic;
margin: 0px;
}
ul {
margin-top: 0px;
}
div#tablecontainer {
margin: 10px;
}
#frequencydata {
display: none;
}
.fa-check {
color: green;
}
.fa-exclamation {
color: red;
}
.strike {
text-decoration: line-through;
}