no message
This commit is contained in:
parent
0535b0d467
commit
36f814720b
@ -151,7 +151,7 @@ label[for] {
|
|||||||
.checkbox input[type=checkbox]:checked + label::after {
|
.checkbox input[type=checkbox]:checked + label::after {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.numberInput input[type=number]{
|
input[type=number].numberInput {
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
width:1.5em;
|
width:1.5em;
|
||||||
padding:3px;
|
padding:3px;
|
||||||
@ -160,17 +160,18 @@ label[for] {
|
|||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
width: 100px;
|
||||||
}
|
}
|
||||||
.numberInput input[type=number]::-webkit-inner-spin-button,
|
input[type=number].numberInput::-webkit-inner-spin-button,
|
||||||
.numberInput input[type=number]::-webkit-outer-spin-button {
|
input[type=number].numberInput ::-webkit-outer-spin-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.numberInput input[type=number]:hover{
|
input[type=number].numberInput :hover{
|
||||||
border:1px solid #ddd;
|
border:1px solid #ddd;
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
}
|
}
|
||||||
.numberInput input[type=number]:focus{
|
input[type=number].numberInput :focus{
|
||||||
outline:none;
|
outline:none;
|
||||||
border:1px solid #ddd;
|
border:1px solid #ddd;
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
|
|||||||
@ -14,9 +14,9 @@
|
|||||||
<div id="card-print-dialog-footer">
|
<div id="card-print-dialog-footer">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<div class="ui-element" style="float: left;" >
|
<div class="ui-element" style="float: left;" >
|
||||||
<input id="columnCount" type="number" min="0" max="9" class="numberInput" style="loat: left; width: 15px; padding: 2px;" value="1"/>
|
<input id="columnCount" type="number" min="0" max="9" class="numberInput" style="float: left; width: 15px; padding: 2px;" value="1"/>
|
||||||
<div style="float: left; margin-left: 5px; margin-right: 5px;">x</div>
|
<div style="float: left; margin-left: 5px; margin-right: 5px;">x</div>
|
||||||
<input id="rowCount" type="number" min="0" max="9" class="numberInput" style="loat: left; width: 15px; padding: 2px;" value="2"/>
|
<input id="rowCount" type="number" min="0" max="9" class="numberInput" style="float: left; width: 15px; padding: 2px;" value="2"/>
|
||||||
<label style="float: left; margin-left:5px;">Page Grid</label>
|
<label style="float: left; margin-left:5px;">Page Grid</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="ui-element" style="float: left;">
|
<div class="ui-element" style="float: left;">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user