forked from CGM_Public/pretix_original
Event list: Move empty message inside panel (Z#23185800) (#4910)
* Event list: Move empty message inside panel (Z#23185800) * Review notes and adjust some margins
This commit is contained in:
@@ -145,6 +145,11 @@ article.item-with-variations .product-row:last-child:after {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.panel > hr {
|
||||
margin: 0;
|
||||
border-top: 1px solid $table-border-color;
|
||||
}
|
||||
|
||||
.product-row {
|
||||
padding: 1.25*$line-height-computed 0;
|
||||
|
||||
|
||||
@@ -413,7 +413,6 @@ details.details-open .panel-title::before {
|
||||
}
|
||||
|
||||
.panel-subhead {
|
||||
margin-bottom: 15px;
|
||||
padding: 15px;
|
||||
background: $table-bg-accent;
|
||||
border-bottom: 1px solid $table-border-color;
|
||||
|
||||
Reference in New Issue
Block a user