no message

This commit is contained in:
Bengt Brodersen 2015-12-17 22:52:27 +01:00
parent 7957208203
commit 6f0a9e0121
2 changed files with 20 additions and 13 deletions

View File

@ -1,3 +1,6 @@
* {
font-family: Arial, sans-serif;
}
#card-print-overlay { #card-print-overlay {
position: fixed; position: fixed;
height: 100%; height: 100%;
@ -52,6 +55,7 @@
height: 30px; height: 30px;
padding: 10px; padding: 10px;
text-align: right; text-align: right;
font-size: 13px;
} }
#buttons { #buttons {
position: relative; position: relative;
@ -63,10 +67,13 @@
position: relative; position: relative;
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;
height: 30px;
line-height: 30px;
padding-left: 3rem; padding-left: 3rem;
padding-right: 3rem; padding-right: 3rem;
} }
@ -75,7 +82,6 @@
float: left; float: left;
color: rgb(51, 51, 51); color: rgb(51, 51, 51);
display: block; display: block;
font-family: Arial, sans-serif;
font-size: 20px; font-size: 20px;
font-weight: normal; font-weight: normal;
height: 30px; height: 30px;
@ -109,11 +115,9 @@
} }
label { label {
display: block; display: block;
margin-left: 10px; margin-left: 5px;
margin-right: 10px;
float:left; float:left;
} }
label[for] { label[for] {
cursor: pointer; cursor: pointer;
} }
@ -128,8 +132,8 @@ label[for] {
.checkbox input[type=checkbox] + label { .checkbox input[type=checkbox] + label {
margin: 0px; margin: 0px;
position: relative; position: relative;
width: 20px; width: 15px;
height: 20px; height: 15px;
border-radius: 4px; border-radius: 4px;
background-color: #DEDEDE; background-color: #DEDEDE;
border: 1px solid #D4D4D4; border: 1px solid #D4D4D4;
@ -138,12 +142,12 @@ label[for] {
opacity: 0; opacity: 0;
content: ''; content: '';
position: absolute; position: absolute;
width: 9px; width: 6px;
height: 5px; height: 3px;
background: transparent; background: transparent;
top: 4px; top: 4px;
left: 4px; left: 4px;
border: 3px solid #656565; border: 2px solid #656565;
border-top: none; border-top: none;
border-right: none; border-right: none;
transform: rotate(-45deg); transform: rotate(-45deg);
@ -152,7 +156,10 @@ label[for] {
opacity: 1; opacity: 1;
} }
input[type=number].numberInput { input[type=number].numberInput {
font-size:1em; position: relative;
top: -2;
font-size: 12px;
font-weight: 700;
width:1.5em; width:1.5em;
padding:3px; padding:3px;
margin:0; margin:0;

View File

@ -52,8 +52,8 @@
<label for="qr-code-checkbox">QR Code</label> <label for="qr-code-checkbox">QR Code</label>
</div> </div>
<div id="card-print-dialog-print" class="ui-element button button-primary" style="float: right;" >Print</div> <div id="card-print-dialog-cancel" class="ui-element button" >Cancel</div>
<div id="card-print-dialog-cancel" class="ui-element button" style="float: right;" >Cancel</div> <div id="card-print-dialog-print" class="ui-element button button-primary" >Print</div>
</div> </div>
</div> </div>
</div> </div>