]> 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 1ae3a601f23a6e8a3d0db76961aed2ce647dbf4d..7633534c3a428b307bae56880cdafa45164c8dbc 100644 (file)
@@ -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;
 }