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