28a4fc546f
* fixes a regression misplacing QRCode popup. * adds a 'show' class in JS to handle CSS transition.
23 lines
412 B
CSS
Executable file
23 lines
412 B
CSS
Executable file
.linkqrcode {
|
|
display: inline;
|
|
position: relative;
|
|
}
|
|
|
|
#permalinkQrcode {
|
|
position: absolute;
|
|
z-index: 200;
|
|
padding: 20px;
|
|
width: 220px;
|
|
height: 220px;
|
|
background-color: #ffffff;
|
|
border: 1px solid black;
|
|
top: -110px;
|
|
left: -110px;
|
|
text-align: center;
|
|
font-size: 8pt;
|
|
box-shadow: 2px 2px 20px 2px #333333;
|
|
}
|
|
|
|
#permalinkQrcode img {
|
|
margin-bottom: 5px;
|
|
}
|