Refs #80 -- Moved static files to a top-level directory

This commit is contained in:
Raphael Michel
2015-07-20 11:19:43 +02:00
parent cd9c048458
commit 8732e92cde
266 changed files with 14 additions and 12 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;
}