diff --git a/src/templates/app.html b/src/templates/app.html
index 3f3f4a40c..ca84d30e1 100644
--- a/src/templates/app.html
+++ b/src/templates/app.html
@@ -26,11 +26,11 @@
-
+
-
+
@@ -40,14 +40,30 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/lock.png b/static/icons/lock.png
new file mode 100644
index 000000000..3680e1c63
Binary files /dev/null and b/static/icons/lock.png differ
diff --git a/static/icons/unlock.png b/static/icons/unlock.png
new file mode 100644
index 000000000..9d3d792c6
Binary files /dev/null and b/static/icons/unlock.png differ
diff --git a/static/style.css b/static/style.css
index e133a523e..18b3eae7a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -71,12 +71,15 @@ span.fancytree-node.encrypted.fancytree-folder > span.fancytree-icon {
overflow-x: hidden;
}
-#encryptButton {
- position: absolute;
- left: 950px;
+.icon-action:hover {
+ text-decoration: none;
}
-#decryptButton {
- position: absolute;
- left: 950px;
+#encryptButton, #decryptButton {
+ display: none;
+}
+
+#encryptButton img, #decryptButton img {
+ top: -5px;
+ position: relative;
}
\ No newline at end of file