mirror of
https://github.com/pretix/pretix.git
synced 2026-08-20 12:26:27 +00:00
Refs #80 -- Moved static files to a top-level directory
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
.table-product-overview {
|
||||
.item.categorized td:first-child {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.variation td:first-child {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.variation.categorized td:first-child {
|
||||
padding-left: 40px;
|
||||
}
|
||||
td:not(:first-child),
|
||||
th:not(:first-child) {
|
||||
text-align: right;
|
||||
}
|
||||
span.sum {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#sumtoggle {
|
||||
margin-top: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user