From: NumEricR Date: Sun, 25 Aug 2013 14:41:20 +0000 (+0200) Subject: Externalize top link style X-Git-Tag: 1.0-beta4~1^2^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=8e1ed353bbd772da9002dd977fc0725c9d526c8c;p=github%2Fwallabag%2Fwallabag.git Externalize top link style --- diff --git a/tpl/_head.twig b/tpl/_head.twig index 6a8258a2..cab317a8 100644 --- a/tpl/_head.twig +++ b/tpl/_head.twig @@ -9,4 +9,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/tpl/css/style.css b/tpl/css/style.css index 3d3c5385..7633534c 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -236,6 +236,20 @@ a, a:hover, a:visited { cursor: move; } +.top_link { + position: fixed; + right: 15px; + bottom: 15px; + display: none; + padding: 20px; + background: #ccc; + -moz-border-radius: 40px; + -webkit-border-radius: 40px; + border-radius: 40px; + opacity: 0.9; + z-index: 2000; +} + footer { clear: both; }