Fixes and updates.
This commit is contained in:
224
client/main.css
224
client/main.css
@@ -3507,22 +3507,26 @@ input[type="button"].btn-block {
|
||||
}
|
||||
#production .table thead > tr > .date,
|
||||
#production .table tbody > tr > .date {
|
||||
min-width: 150px;
|
||||
width: 180px;
|
||||
min-width: 180px;
|
||||
max-width: 180px;
|
||||
}
|
||||
#production .table thead > tr > .amount,
|
||||
#production .table tbody > tr > .amount {
|
||||
width: 100px;
|
||||
min-width: 100px;
|
||||
max-width: 100px;
|
||||
}
|
||||
#production .table thead > tr > .cook,
|
||||
#production .table tbody > tr > .cook {
|
||||
min-width: 150px;
|
||||
width: 180px;
|
||||
min-width: 180px;
|
||||
max-width: 180px;
|
||||
}
|
||||
#production .table thead > tr > .canner,
|
||||
#production .table tbody > tr > .canner {
|
||||
min-width: 150px;
|
||||
width: 180px;
|
||||
min-width: 180px;
|
||||
max-width: 180px;
|
||||
}
|
||||
#production .table thead > tr > .comment,
|
||||
@@ -3917,6 +3921,40 @@ input[type="button"].btn-block {
|
||||
overflow-y: auto;
|
||||
}
|
||||
@media not print {
|
||||
#labelMaker .labelOptions .radioGroup input[type='radio'] {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
background-color: #f1f1f1;
|
||||
color: #666;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
border: 0;
|
||||
border-radius: 50px;
|
||||
cursor: pointer;
|
||||
margin-right: 7px;
|
||||
outline: none;
|
||||
}
|
||||
#labelMaker .labelOptions .radioGroup input[type='radio']:hover {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
#labelMaker .labelOptions .radioGroup input[type='radio']:checked::before {
|
||||
position: absolute;
|
||||
font: 13px/1 'Open Sans', sans-serif;
|
||||
left: 11px;
|
||||
top: 7px;
|
||||
content: '\02143';
|
||||
transform: rotate(40deg);
|
||||
}
|
||||
#labelMaker .labelOptions .radioGroup input[type='radio']:checked {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
#labelMaker .labelOptions .radioGroup label {
|
||||
position: relative;
|
||||
top: -10px;
|
||||
}
|
||||
#labelMaker .labelOptions label {
|
||||
font-family: TimesNewRoman, Times New Roman, Times;
|
||||
font-weight: 200;
|
||||
@@ -3951,140 +3989,14 @@ input[type="button"].btn-block {
|
||||
font-weight: 100;
|
||||
line-height: 14px;
|
||||
}
|
||||
#labelMaker .labelContainer {
|
||||
#labelMaker .labelBackground {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
width-min: 3in;
|
||||
height-min: 2in;
|
||||
width-min: 5in;
|
||||
height-min: 5in;
|
||||
background-color: #808080;
|
||||
padding: 20px;
|
||||
}
|
||||
#labelMaker .labels {
|
||||
display: none;
|
||||
}
|
||||
#labelMaker .printableLabel {
|
||||
display: none;
|
||||
}
|
||||
#labelMaker .label {
|
||||
display: inline-block;
|
||||
width: 3in;
|
||||
height: 2in;
|
||||
}
|
||||
#labelMaker .canvasContainer {
|
||||
padding: 10px;
|
||||
background-color: #808080;
|
||||
}
|
||||
}
|
||||
@media all {
|
||||
#labelMaker .label {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
font-family: TimesNewRoman, Times New Roman, Times;
|
||||
font-size: 0.1in;
|
||||
width: 3in;
|
||||
height: 2in;
|
||||
}
|
||||
#labelMaker .label .barcodeContainer {
|
||||
position: absolute;
|
||||
transform: rotate(270deg) scale(0.7);
|
||||
right: -10em;
|
||||
top: 7em;
|
||||
}
|
||||
#labelMaker .label .qrcode {
|
||||
position: absolute;
|
||||
left: 3px;
|
||||
top: 3px;
|
||||
}
|
||||
#labelMaker .label .labelLogo {
|
||||
width: 8em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding-top: 0.15em;
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
#labelMaker .label .labelLogo3 {
|
||||
width: 14em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding-top: 0.15em;
|
||||
margin-bottom: 0.8em;
|
||||
}
|
||||
#labelMaker .label .labelTagline {
|
||||
font-size: 1em;
|
||||
font-weight: 100;
|
||||
line-height: 1em;
|
||||
}
|
||||
#labelMaker .label .title1 {
|
||||
width: 100%;
|
||||
font-size: 2.5em;
|
||||
line-height: 0.9em;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#labelMaker .label .title2 {
|
||||
width: 100%;
|
||||
font-size: 1.5em;
|
||||
line-height: 0.9em;
|
||||
font-weight: 800;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
#labelMaker .label .ingredients {
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
font-weight: 100;
|
||||
line-height: 1em;
|
||||
min-height: 2em;
|
||||
}
|
||||
#labelMaker .label .ingredientsEnding {
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
font-weight: 100;
|
||||
}
|
||||
#labelMaker .label .instructions {
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
font-weight: 800;
|
||||
}
|
||||
#labelMaker .label .address {
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
font-weight: 100;
|
||||
}
|
||||
#labelMaker .label .website {
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
font-weight: 100;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
@page {
|
||||
size: 3in 2in;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#labelMaker .labelOptions,
|
||||
#labelMaker .labelContainer,
|
||||
#labelMaker .canvasContainer,
|
||||
#labelMaker .labelCanvas {
|
||||
display: none;
|
||||
}
|
||||
#labelMaker .printableLabel {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#labelMaker .canvasContainer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
.labelMaker {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
#testList {
|
||||
margin: 10px 20px;
|
||||
@@ -4092,25 +4004,6 @@ input[type="button"].btn-block {
|
||||
}
|
||||
#PrintLabel .labelContainer {
|
||||
text-align: center;
|
||||
width-min: 3in;
|
||||
width: 3in;
|
||||
height-min: 2in;
|
||||
height: 2in;
|
||||
}
|
||||
#PrintLabel .labels {
|
||||
display: none;
|
||||
}
|
||||
#PrintLabel .printableLabel {
|
||||
display: none;
|
||||
}
|
||||
#PrintLabel .label {
|
||||
display: inline-block;
|
||||
width: 3in;
|
||||
height: 2in;
|
||||
}
|
||||
#PrintLabel .canvasContainer {
|
||||
padding: 10px;
|
||||
background-color: #808080;
|
||||
}
|
||||
#PrintLabel .label {
|
||||
position: relative;
|
||||
@@ -4119,19 +4012,13 @@ input[type="button"].btn-block {
|
||||
text-align: center;
|
||||
font-family: TimesNewRoman, Times New Roman, Times;
|
||||
font-size: 0.1in;
|
||||
width: 3in;
|
||||
height: 2in;
|
||||
}
|
||||
#PrintLabel .label .barcodeContainer {
|
||||
position: absolute;
|
||||
transform: rotate(270deg);
|
||||
right: -4.5em;
|
||||
top: 5em;
|
||||
}
|
||||
#PrintLabel .label .qrcode {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
#PrintLabel .label .labelLogo {
|
||||
width: 8em;
|
||||
@@ -4193,3 +4080,22 @@ input[type="button"].btn-block {
|
||||
font-size: 1.2em;
|
||||
font-weight: 100;
|
||||
}
|
||||
#PrintLabel .label.oz8 {
|
||||
width: 76.2mm;
|
||||
height: 50.8mm;
|
||||
}
|
||||
#PrintLabel .label.barcode {
|
||||
width: 30.5mm;
|
||||
height: 30.5mm;
|
||||
}
|
||||
#PrintLabel .label.barcode .qrcode {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -30px;
|
||||
margin-left: -30px;
|
||||
}
|
||||
#PrintLabel .label.barcode .labelText,
|
||||
#PrintLabel .label.barcode .labelLogo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user