aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2015-12-13 20:44:22 +0100
committerArthurHoaro <arthur@hoa.ro>2015-12-21 14:01:52 +0100
commit28a4fc546fd937ba4aef89e2a70bf3e1ae1508d3 (patch)
treea0b3c198f1af5d28d4f8192a958bd1bf6fb7bb0b /inc
parent79851b489087f8a3027ecd805255cd13ee6fcf63 (diff)
downloadShaarli-28a4fc546fd937ba4aef89e2a70bf3e1ae1508d3.tar.gz
Shaarli-28a4fc546fd937ba4aef89e2a70bf3e1ae1508d3.tar.zst
Shaarli-28a4fc546fd937ba4aef89e2a70bf3e1ae1508d3.zip
Fixes QRCode style
* fixes a regression misplacing QRCode popup. * adds a 'show' class in JS to handle CSS transition.
Diffstat (limited to 'inc')
-rw-r--r--inc/shaarli.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css
index 451f0481..d6bbdbc1 100644
--- a/inc/shaarli.css
+++ b/inc/shaarli.css
@@ -739,25 +739,6 @@ h1 {
739 background: #ffffff; 739 background: #ffffff;
740} 740}
741 741
742div#permalinkQrcode {
743 padding: 20px;
744 width: 220px;
745 height: 220px;
746 background-color: #ffffff;
747 border: 1px solid black;
748 position: absolute;
749 top: -100px;
750 left: -100px;
751 text-align: center;
752 font-size: 8pt;
753 z-index: 50;
754 -webkit-box-shadow: 2px 2px 20px 2px #333333;
755 -moz-box-shadow: 2px 2px 20px 2px #333333;
756 -o-box-shadow: 2px 2px 20px 2px #333333;
757 -ms-box-shadow: 2px 2px 20px 2px #333333;
758 box-shadow: 2px 2px 20px 2px #333333;
759}
760
761div.daily { 742div.daily {
762 font-family: Georgia, 'DejaVu Serif', Norasi, serif; 743 font-family: Georgia, 'DejaVu Serif', Norasi, serif;
763 background-color: #E6D6BE; 744 background-color: #E6D6BE;