checkpoint sla work
This commit is contained in:
parent
e0f3f7acc7
commit
f9d650284c
6 changed files with 230 additions and 36 deletions
|
|
@ -12,12 +12,14 @@
|
|||
<div class="print-sel">
|
||||
<table>
|
||||
<tr><th><button id="print-photons">download as .photons</button></th></tr>
|
||||
<!--
|
||||
<tr><th><button id="print-photon">download as .photon</button></th></tr>
|
||||
<tr><th><button id="print-pws">download as .pws</button></th></tr>
|
||||
-->
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="print-sel">
|
||||
<canvas id="print-canvas" width="2560" height="1440"></canvas>
|
||||
<input id="print-range" type="range">
|
||||
<canvas id="print-canvas" width="1440" height="2560"></canvas>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -270,6 +270,10 @@ input[type=range]::-moz-focus-outer {
|
|||
.print-sel th {
|
||||
text-align: right !important;
|
||||
}
|
||||
#print-canvas {
|
||||
width: 360px;
|
||||
height: 640px;
|
||||
}
|
||||
#print-range {
|
||||
width: 90%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue