Add QR code generation when paste is created

This commit is contained in:
rugk
2017-11-26 15:59:12 +01:00
parent 9f973edb7d
commit 7bf5af761b
6 changed files with 114 additions and 43 deletions

View File

@@ -76,6 +76,26 @@ body.loading {
#deletelink {
float: right;
margin-left: 5px;
}
#qrcodelink {
color: #337ab7;
float: right;
margin-left: 5px;
cursor: pointer;
}
#qrcodelink:hover, #qrcodelink:focus {
color: #23527c;
}
#qrcodemodalClose {
float: right;
}
#qrcode-display {
width: 200px;
height: 200px;
margin: auto;
}
#pastelink {