X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fcss%2Fstyle.css;h=7633534c3a428b307bae56880cdafa45164c8dbc;hb=c51be6b697da573cdcf0788eb8617130ce5517a4;hp=3d3c538572cf4bd616d5535aea72df3d304af3a7;hpb=a4990dd294c08e40c86123605fbfbc78bc930a6e;p=github%2Fwallabag%2Fwallabag.git 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; }