no message

This commit is contained in:
Bengt Brodersen 2015-12-17 19:35:05 +01:00
parent 0535b0d467
commit 36f814720b
2 changed files with 8 additions and 7 deletions

View File

@ -151,7 +151,7 @@ label[for] {
.checkbox input[type=checkbox]:checked + label::after {
opacity: 1;
}
.numberInput input[type=number]{
input[type=number].numberInput {
font-size:1em;
width:1.5em;
padding:3px;
@ -160,17 +160,18 @@ label[for] {
border-radius:5px;
text-align: center;
background-color: #eee;
width: 100px;
}
.numberInput input[type=number]::-webkit-inner-spin-button,
.numberInput input[type=number]::-webkit-outer-spin-button {
input[type=number].numberInput::-webkit-inner-spin-button,
input[type=number].numberInput ::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.numberInput input[type=number]:hover{
input[type=number].numberInput :hover{
border:1px solid #ddd;
background-color: #f6f6f6;
}
.numberInput input[type=number]:focus{
input[type=number].numberInput :focus{
outline:none;
border:1px solid #ddd;
background-color: #f6f6f6;

View File

@ -14,9 +14,9 @@
<div id="card-print-dialog-footer">
<div class="buttons">
<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>
<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>
</div>
<div class="ui-element" style="float: left;">