-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
95 lines (89 loc) · 1.33 KB
/
styles.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
* {
box-sizing: border-box;
}
body {
font-size: 14px;
margin: 0;
padding: 0;
width: 100%;
height: 95%;
position: absolute;
}
input {
width: 90%;
}
.controls {
float: left;
width: 20%;
min-width: 100px;
padding: 15px;
}
.universe {
float: left;
width: 80%;
margin: 0;
padding: 0;
height: 100%;
}
#c {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 1px solid gray;
}
#backcanvas {
width: 100%;
height: 100%;
}
.body-controls, .body-parameters, .general-parameters, .general-controls {
margin-bottom: 15px;
}
fieldset {
padding: 8px;
}
legend {
font-weight: bold;
font-size: 14px;
text-decoration: underline;
}
label {
font-weight: bold;
display: block;
font-size: small;
}
.field {
float:left;
width: 50%;
}
.field.distance-scale {
width: 100%;
clear: both;
float: none;
}
.field.distance-scale>input {
display: inline-block;
width: auto;
}
.field.field-diameter {
clear: both;
}
.field.field-gravity {
height: 40px;
}
.data-info>div {
float: left;
height: 30px;
padding: 10px 0 10px 0;
}
.data-info>div:first-child {
width: 16%;
}
.parameters-actions {
float: left;
margin-top: 20px;
clear: both;
}
.data-info>div>span:first-child {
font-weight: bold;
}