summaryrefslogtreecommitdiff
path: root/views/controls/blueprint/editor.ejs
blob: 0dbac8e18ae23ee3bd36a424441575c0b1d0e0f6 (plain)
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
<style type="text/css">
#perspective,
#perspective .mx-scene {
	position: absolute;
	left:0%;
	top:0px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#orthographic {
	position: absolute;
	left:50%;
	top:0px
}
.blueprintInfo {
  bottom: 14px;
  left: 10px;
  width: 270px;
  font-size: 13px;
  font-weight: 300;
  padding: 10px;
}
.blueprintInfo .setting {
  margin-bottom: 20px;
}
.blueprintInfo .setting.number input[type=text] {
  width: 100px;
  font-size: 16px;
}
</style>

<div id="blueprintView">
  <div id="perspective"></div>
  <div id="orthographic"></div>
</div>