Add qr code to wallet secret and qr scanner at join page

This commit is contained in:
Yemel Jardi 2014-07-30 02:55:59 -03:00
commit 45f4352ec4
6 changed files with 146 additions and 11 deletions

View file

@ -999,4 +999,20 @@ a.text-white:hover {color: #ccc;}
border: 0;
}
.panel qrcode {
float: left;
width: 260px;
height: 260px;
padding: 5px 0 0 5px;
background-color: white;
}
.panel .secret {
float: left;
margin-left: 10px;
overflow-wrap: break-word;
width: 50%;
text-align: center;
}
/*-----------------------------------------------------------------*/