-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraph.css
More file actions
58 lines (47 loc) · 724 Bytes
/
graph.css
File metadata and controls
58 lines (47 loc) · 724 Bytes
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
html,body{
height:100%
}
#canvasContainer {
display: inline-block;
width: 75%;
height: 70%;
border: solid 1px;
margin: 2% 10%;
padding: 2%;
}
#treeScore {
border:solid darkslategrey 1px;
padding: 4px;
}
#graphCanvas {
height: 60%;
width: 100%;
color: transparent;
border: solid 1px red;
z-index: 1;
}
.nodeContainer {
margin: 5px;
display: inline-block;
bottom: 10px;
}
.nodeText {
text-align: center;
}
.nodeParentInput {
width: 30px;
margin-left: auto;
margin-right: auto;
display: block;
z-index: 2;
}
#randTextBox {
width: 60%;
}
#rand {
display: inline;
}
#inputFile {
display: inline;
padding: 2%;
}