X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fcss%2Fstyle.css;h=7633534c3a428b307bae56880cdafa45164c8dbc;hb=c51be6b697da573cdcf0788eb8617130ce5517a4;hp=1ae3a601f23a6e8a3d0db76961aed2ce647dbf4d;hpb=6a7d7790247fdf7fdb2992638de700f6ba7da366;p=github%2Fwallabag%2Fwallabag.git diff --git a/tpl/css/style.css b/tpl/css/style.css index 1ae3a601..7633534c 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -229,6 +229,27 @@ a, a:hover, a:visited { font-weight: bold; } +#bookmarklet { + padding: 5px; + border: 1px dashed #808080; + background: #fff; + 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; }