Add missing files

This commit is contained in:
Raphael Michel
2015-04-19 13:14:31 +02:00
parent 3f4027c573
commit cd0986606c
2 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
.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;
}
}