Improvements to passcode redeeming

- use text color instead of background, with font-weight:bold and a small shadow
- short format for passcodes
This commit is contained in:
fkloft
2014-08-09 16:59:33 +02:00
parent 4827c9ac1b
commit 1f13ec3001
2 changed files with 108 additions and 201 deletions

View File

@ -943,7 +943,8 @@ td + td {
font-size: 14px;
}
.redeemReward .itemlevel {
padding: 0 0.2em;
font-weight: bold;
text-shadow: 0 0 1px #000; /* L8 is hard to read on blue background */
}
/*
.redeem-result-table {