cfort
2 years ago
|
|
@@ -140,7 +140,7 @@
|
|
|
position: relative;
|
|
|
width: 244px;
|
|
|
height: 140px;
|
|
|
- padding: 4px 2px;
|
|
|
+ padding: 4px 2px 0;
|
|
|
margin: 0 auto 20px;
|
|
|
border: 1px solid #000;
|
|
|
border-radius: 4px;
|
|
|
@@ -158,7 +158,7 @@
|
|
|
.barcode {
|
|
|
position: absolute;
|
|
|
text-align: center;
|
|
|
- bottom: 0px;
|
|
|
+ bottom: 4px;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
}
|