Currency logo position on paper wallet has been fixed.

This commit is contained in:
Lucas Legname 2014-03-31 23:41:46 +02:00
parent d932d2b4dc
commit e156cb62b7

View file

@ -96,7 +96,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
#coinLogo { width: 55px; height: 55px; padding: 10px; position: absolute; top: 2px; left: 10px; } #coinLogo { width: 55px; height: 55px; padding: 10px; position: absolute; top: 2px; left: 10px; }
#coinLogoImg { width: 100%; height: 100%; } #coinLogoImg { width: 100%; height: 100%; }
.coinIcoin { width: 62px; height: 62px; padding: 10px; position: absolute; top: 268px; left: 52px; } .coinIcoin { width: 62px; height: 62px; padding: 10px; position: absolute; top: 268px; left: 49px; }
#coinImg { width: 100%; height: 100%; } #coinImg { width: 100%; height: 100%; }
#main { position: relative; text-align: center; margin: 0px auto; width: 1005px; } #main { position: relative; text-align: center; margin: 0px auto; width: 1005px; }