Commit c7cc527 1 parent b4fc9a6 commit c7cc527 Copy full SHA for c7cc527
File tree 2 files changed +70
-5
lines changed
2 files changed +70
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
< body >
10
10
< div class ="content ">
11
+ < img id ="logo " src ="../images/on.svg " alt ="">
12
+ < h1 >
13
+ < span class ="pretitle "> Transparency & Control</ span >
14
+ GitHub Timestamp Privacy Study
15
+ </ h1 >
16
+ < h2 > Collected Study Data</ h2 >
11
17
< table id ="participant-data ">
12
18
< caption > General participant data</ caption >
13
19
< tbody >
67
73
</ tbody >
68
74
</ table >
69
75
< form >
70
- < button id ="clipcopy "> Copy Report to Clipboard</ button >
71
- < button id ="studypurge "> Reset Study Data</ button >
76
+ < button id ="clipcopy "> Copy to Clipboard</ button >
72
77
</ form >
78
+ < details id ="expert-options ">
79
+ < summary > Expert options</ summary >
80
+ < form class ="box box-warn ">
81
+ < span > Warning</ span >
82
+ Resetting will delete your local study data and start a new participation.
83
+ < button id ="studypurge "> Reset Study Data</ button >
84
+ </ form >
85
+ </ details >
73
86
</ div >
74
87
< script src ="../scripts/studydataview.js "> </ script >
75
88
</ body >
Original file line number Diff line number Diff line change
1
+ body {
2
+ background-color : # 28ADCA ;
3
+ color : white;
4
+ font-size : normal;
5
+ font-family : Helvetica, Arial, sans-serif;
6
+ }
7
+
8
+ .content {
9
+ max-width : 1024px ;
10
+ margin : 20px auto;
11
+ padding : 20px ;
12
+ background-color : white;
13
+ color : black;
14
+ display : flex;
15
+ align-items : stretch;
16
+ justify-content : center;
17
+ flex-direction : column;
18
+ }
19
+
20
+ h1 {
21
+ margin-top : 0.1em ;
22
+ text-align : center;
23
+ }
24
+ .pretitle {
25
+ font-size : 80% ;
26
+ font-weight : normal;
27
+ display : block;
28
+ text-align : center;
29
+ }
30
+ h2 {
31
+ }
32
+
33
+ # logo {
34
+ align-self : center;
35
+ width : 64px ;
36
+ }
37
+
1
38
table {
2
- font-family : arial, sans-serif;
3
39
border-collapse : collapse;
4
40
width : 100% ;
5
41
margin-bottom : 20px ;
@@ -15,6 +51,22 @@ tr:nth-child(even) {
15
51
background-color : # dddddd ;
16
52
}
17
53
18
- form {
19
- padding : 1em 0 ;
54
+ # expert-options {
55
+ margin-top : 20px ;
56
+ align-items : left;
57
+ justify-content : left;
58
+ }
59
+ .box {
60
+ color : # 555 ;
61
+ border-radius : 10px ;
62
+ padding : 10px ;
63
+ margin : 10px 0 ;
64
+ }
65
+ .box span {
66
+ font-weight : bold;
67
+ text-transform : uppercase;
68
+ }
69
+ .box-warn {
70
+ background-color : # fff8c4 ;
71
+ border : 1px solid # f2c779 ;
20
72
}
You can’t perform that action at this time.
0 commit comments