From c8f456d2283250e77578ffa4c45f3629b4bd0465 Mon Sep 17 00:00:00 2001 From: azivner Date: Sun, 21 Jan 2018 20:15:42 -0500 Subject: [PATCH] note ID in lower right corner --- public/stylesheets/style.css | 7 +++++++ views/index.ejs | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index f73a9fc6c..f9db77795 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -229,4 +229,11 @@ div.ui-tooltip { .CodeMirror { height: 100%; +} + +#note-id-display { + position: absolute; + right: 10px; + bottom: 5px; + z-index: 1000; } \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs index 08afe54d2..a48af3367 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -96,7 +96,7 @@ - -