Fixes QRCode style

* fixes a regression misplacing QRCode popup.
 * adds a 'show' class in JS to handle CSS transition.
This commit is contained in:
ArthurHoaro 2015-12-13 20:44:22 +01:00
parent 79851b4890
commit 28a4fc546f
5 changed files with 52 additions and 24 deletions

View file

@ -739,25 +739,6 @@ h1 {
background: #ffffff;
}
div#permalinkQrcode {
padding: 20px;
width: 220px;
height: 220px;
background-color: #ffffff;
border: 1px solid black;
position: absolute;
top: -100px;
left: -100px;
text-align: center;
font-size: 8pt;
z-index: 50;
-webkit-box-shadow: 2px 2px 20px 2px #333333;
-moz-box-shadow: 2px 2px 20px 2px #333333;
-o-box-shadow: 2px 2px 20px 2px #333333;
-ms-box-shadow: 2px 2px 20px 2px #333333;
box-shadow: 2px 2px 20px 2px #333333;
}
div.daily {
font-family: Georgia, 'DejaVu Serif', Norasi, serif;
background-color: #E6D6BE;