Move static files out of pretix again, compile on setuptools build

This commit is contained in:
Raphael Michel
2016-02-16 16:42:02 +01:00
parent abe89039e4
commit f503d3f3f5
399 changed files with 30 additions and 5 deletions
+21
View File
@@ -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;
}