]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/css/style.css
Merge pull request #181 from inthepoche/dev
[github/wallabag/wallabag.git] / tpl / css / style.css
index 3d3c538572cf4bd616d5535aea72df3d304af3a7..7633534c3a428b307bae56880cdafa45164c8dbc 100644 (file)
@@ -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;
 }