Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
163b3f6c0b
2 changed files with 3 additions and 4 deletions
2
app.json
2
app.json
|
@ -148,7 +148,7 @@
|
||||||
"image": "heroku/php",
|
"image": "heroku/php",
|
||||||
"addons": [
|
"addons": [
|
||||||
"cleardb:ignite",
|
"cleardb:ignite",
|
||||||
"heroku-redis:hobby-dev",
|
"heroku-redis:mini",
|
||||||
"papertrail:choklad"
|
"papertrail:choklad"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -52,8 +52,7 @@ $qr_size = ($settings->alt_barcode_enabled=='1') && ($settings->alt_barcode!='')
|
||||||
}
|
}
|
||||||
img.barcode {
|
img.barcode {
|
||||||
display:block;
|
display:block;
|
||||||
|
margin-top:-7px;
|
||||||
padding-top: .11in;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
div.label-logo {
|
div.label-logo {
|
||||||
|
|
Loading…
Add table
Reference in a new issue