UNPKG

495 BCSSView Raw
1h2 {
2 font-size: 1.5em;
3 line-height: 15px;
4}
5
6.scale-cnt {
7 margin: 5px;
8}
9
10.edit-form-ctn {
11}
12
13.edit-form {
14 float: left;
15 margin: 5px;
16 width: 230px;
17 padding: 4px;
18 border: 1px solid black;
19}
20
21.edit-form input[type="button"] {
22 float: right;
23}
24
25.edit-form-elem label {
26 display: block;
27 float: left;
28 width: 85px;
29}
30
31.edit-form-elem input[type="text"] {
32 width: 60px;
33}
34
35.edit-form-elem select {
36 width: 130px;
37}
38
39.edit-form br {
40 clear: left;
41}
42
43.clearall {
44 clear: both;
45}