no message

This commit is contained in:
Bengt Brodersen 2015-12-18 06:21:52 +01:00
parent 010d398cca
commit 7c0d60eada
2 changed files with 7 additions and 5 deletions

View File

@ -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;
} }

View File

@ -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;" />
<label>Scale</label>
<output style="float: left; width: 22px; margin-left:2px;" name="amount" for="scaleRange"></output>
</form> </form>
<label>Scale</label>
</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"/>