Support handling vault-content events in the vault UI

This commit is contained in:
Trever Fischer
2012-11-17 21:33:42 -05:00
parent a306df9df0
commit 690ff8f21e
5 changed files with 124 additions and 33 deletions

View File

@@ -38,6 +38,10 @@ div[class|="inventory-item"] .quantity {
padding: 3px;
}
div[class|="inventory-item"] .damage.empty{
display: none;
}
div[class|="inventory-item"] .damage {
position: absolute;
bottom: 0;