more clarity whether a number is number units or boxes

This commit is contained in:
wvengen 2013-11-25 15:13:54 +01:00
parent bd1b932775
commit 9c340ec08e
2 changed files with 20 additions and 3 deletions

View file

@ -252,3 +252,15 @@ tr.unavailable {
.input-append button.add-on {
height: inherit;
}
// show package icon after amount of package numbers
.package {
background: url(package-bg.png) no-repeat right center;
}
i.package {
width: 18px;
color: transparent; // hide text inside
}
.input-nano {
width: 30px;
}