- Smarty 4.1.1 → 4.5.6 (behebt dynamic property deprecations) - Core-Klassen: #[\AllowDynamicProperties] für Admin_role, base, Config, Customer, Customer_group, CustomerGroups, Item, Structure, website - website.class.php: counts[parent_id] initialisieren vor ++ (PHP 8.1) - layout.class.php: HTTP_ACCEPT_LANGUAGE mit isset-Guard - website_init.php: session_status()-Check vor session_start - .htaccess: HTTPS-Redirect via X-Forwarded-Proto (statt SERVER_PORT) - themes/easyshop_advanced/media/: Parent-Theme-Assets nachgezogen - .gitignore: smarty.4.1.1.bak ausschließen
56 lines
786 B
CSS
56 lines
786 B
CSS
* { font-family:Arial,Verdana,Helvetica,Sans-Serif; }
|
|
body { margin:20px;color:#000000;font-size:12px; }
|
|
th.recipient { text-align: left; }
|
|
th.company { text-align: right; vertical-align:text-top; }
|
|
|
|
table.order .pos {
|
|
width: 40px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
table.order .quantity {
|
|
width: 40px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
table.order th.item {
|
|
text-align: left;
|
|
}
|
|
|
|
table.order .item {
|
|
font-weight: bold;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
table.order .price {
|
|
width: 60px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
table.order .tax_rate {
|
|
width: 60px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.total {
|
|
text-align: right;
|
|
}
|
|
|
|
table.order .total {
|
|
width: 75px;
|
|
}
|
|
|
|
table.order .total span {
|
|
display: inline-block;
|
|
}
|
|
|
|
span.total {
|
|
float: right;
|
|
}
|
|
|
|
table.order .item div {
|
|
font-size: 0.8em;
|
|
font-weight: normal;
|
|
color: #727272;
|
|
}
|