no message
This commit is contained in:
parent
010d398cca
commit
7c0d60eada
@ -32,7 +32,7 @@
|
|||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
border-bottom: 1px solid #cccccc;
|
border-bottom: 1px solid #cccccc;
|
||||||
padding: 15px 20px 15px 20px;
|
padding: 10px 15px 15px 15px;
|
||||||
}
|
}
|
||||||
#card-print-dialog-content {
|
#card-print-dialog-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -53,7 +53,7 @@
|
|||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
border-top: 1px solid #cccccc;
|
border-top: 1px solid #cccccc;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 10px;
|
padding: 15px 15px 10px 15px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -21,10 +21,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ui-element" style="float: left;">
|
<div class="ui-element" style="float: left;">
|
||||||
<form style="float: left;" oninput="amount.value=parseFloat(scaleRange.value).toFixed(1)">
|
<form style="float: left;" oninput="amount.value=parseFloat(scaleRange.value).toFixed(1)">
|
||||||
<input id="scaleRange" type="range" min="-1.0" max="1.0" step="0.1" value="0.0" style="float: left; width: 70px;" />
|
<input id="scaleRange" type="range" min="-1.0" max="1.0" step="0.1" value="0.0" style="float: left; width: 70px; position: relative;
|
||||||
<output style="float: left; width: 22px; margin-left:5px;" name="amount" for="scaleRange"></output>
|
top: -2px;" />
|
||||||
</form>
|
|
||||||
<label>Scale</label>
|
<label>Scale</label>
|
||||||
|
<output style="float: left; width: 22px; margin-left:2px;" name="amount" for="scaleRange"></output>
|
||||||
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="ui-element checkbox" style="float: left;">
|
<div class="ui-element checkbox" style="float: left;">
|
||||||
<input id="single-card-page-checkbox" type="checkbox"/>
|
<input id="single-card-page-checkbox" type="checkbox"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user