make product redistribution work!

This commit is contained in:
wvengen 2013-11-26 23:48:21 +01:00
parent 2d99141229
commit c900cf4988
5 changed files with 103 additions and 18 deletions

View file

@ -253,6 +253,11 @@ tr.unavailable {
height: inherit;
}
// inline form elements
.inline {
display: inline;
}
// show package icon after amount of package numbers
.package {
background: url(package-bg.png) no-repeat right center;