From 33ab70920949d0093e93fe2370eb31c3fecfdbe9 Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 4 Dec 2017 18:21:57 -0500 Subject: [PATCH] spacing between action buttons and pointer cursor --- public/stylesheets/style.css | 4 ++++ views/index.ejs | 28 +++++++++++++++------------- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 61c90e2c0..bfe20189f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -83,6 +83,10 @@ span.fancytree-node.fancytree-active-clone:not(.fancytree-active) .fancytree-tit text-decoration: none; } +.icon-action { + cursor: pointer; +} + #protect-button, #unprotect-button { display: none; } diff --git a/views/index.ejs b/views/index.ejs index 1e92f0d62..ced6e97b4 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -33,22 +33,24 @@ -
- - Create new top level note - +