new redeem dialog content

This commit is contained in:
Florian Sundermann
2013-03-04 14:38:08 +01:00
parent 48c9ebd7b3
commit 0afc26af4a
2 changed files with 91 additions and 15 deletions

View File

@ -747,3 +747,49 @@ td {
td + td {
padding-left: 4px;
}
/* level colors *******************************************************/
.level-1 {
color: #FECE5A;
}
.level-2 {
color: #FFA630;
}
.level-3 {
color: #FF7315;
}
.level-4 {
color: #E40000;
}
.level-5 {
color: #FD2992;
}
.level-6 {
color: #EB26CD;
}
.level-7 {
color: #C124E0;
}
.level-8 {
color: #9627F4;
}
/* redeem results *****************************************************/
.redeem-result {
font-size: 14px;
font-family: "coda",arial,helvetica,sans-serif;
table-layout: fixed;
}
.redeem-result tr > td:first-child {
width: 50px;
text-align: right;
}