Support table style update.
This commit is contained in:
parent
96e98ad35a
commit
9ba728a869
2 changed files with 5 additions and 1 deletions
|
@ -89,6 +89,10 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
|||
.frontPageImage { width: 100%; }
|
||||
.seedFrontPageImage { max-height: 340px; }
|
||||
|
||||
.currencyNameColumn {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.securityChecklist {
|
||||
background-color: #FFE6C9;
|
||||
margin-top: 25px;
|
||||
|
|
|
@ -32,7 +32,7 @@ for(i = 0; i < janin.currencies.length; i++) {
|
|||
if(janin.currencies[i].donate == null)
|
||||
continue;
|
||||
list += "<tr onmouseover='ninja.wallets.donate.displayQrCode("+i+", this)'>"
|
||||
+"<td>"+janin.currencies[i].name+"</td>"
|
||||
+"<td class='currencyNameColumn'>"+janin.currencies[i].name+"</td>"
|
||||
+"<td class='address'><a href='"+janin.currencies[i].name.toLowerCase()+":"+janin.currencies[i].donate+"'>"
|
||||
+janin.currencies[i].donate+"</a></td></tr>";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue