ui design update

This commit is contained in:
wvengen 2014-01-02 22:30:04 +01:00
parent dd138da1a6
commit a439f26b67
4 changed files with 22 additions and 11 deletions

View file

@ -263,12 +263,17 @@ tr.unavailable {
}
// show package icon after amount of package numbers
.package {
input.package {
background: url(package-bg.png) no-repeat right center;
}
i.package {
width: 18px;
color: transparent; // hide text inside
background: url(package-bg.png) no-repeat left center;
min-width: 18px;
padding-left: 20px;
font-style: normal;
}
.package {
color: #999;
}
.input-nano {
width: 30px;