no message
This commit is contained in:
parent
12c67c6561
commit
ddf0bcfe16
@ -68,7 +68,6 @@
|
|||||||
float: right;
|
float: right;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 30px;
|
|
||||||
}
|
}
|
||||||
#info-line {
|
#info-line {
|
||||||
display: inline;
|
display: inline;
|
||||||
@ -89,7 +88,7 @@
|
|||||||
}
|
}
|
||||||
.ui-element {
|
.ui-element {
|
||||||
color: #656565;
|
color: #656565;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 5px 5px;
|
margin: 5px 5px;
|
||||||
@ -156,6 +155,7 @@ label[for] {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
input[type=number].numberInput {
|
input[type=number].numberInput {
|
||||||
|
color: #656565;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2;
|
top: -2;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -166,14 +166,14 @@ input[type=number].numberInput {
|
|||||||
border:1px solid #ddd;
|
border:1px solid #ddd;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #eee;
|
background-color: #DEDEDE;
|
||||||
|
border: 1px solid #D4D4D4;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
input[type=number].numberInput::-webkit-inner-spin-button,
|
input[type=number].numberInput::-webkit-inner-spin-button,
|
||||||
input[type=number].numberInput ::-webkit-outer-spin-button {
|
input[type=number].numberInput ::-webkit-outer-spin-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=number].numberInput:hover{
|
input[type=number].numberInput:hover{
|
||||||
border:1px solid #ddd;
|
border:1px solid #ddd;
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
|
|||||||
@ -21,8 +21,8 @@
|
|||||||
</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: 80px;" />
|
<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: 25px; margin-left:5px;" name="amount" for="scaleRange"></output>
|
<output style="float: left; width: 22px; margin-left:5px;" name="amount" for="scaleRange"></output>
|
||||||
</form>
|
</form>
|
||||||
<label>Scale</label>
|
<label>Scale</label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user