From a7625a71d38a9cfee214fe0d3bb1f9bd62cb071e Mon Sep 17 00:00:00 2001 From: hakimel Date: Wed, 23 Jan 2013 11:04:04 -0500 Subject: [PATCH] show error when notes run on non-http, fix load order to make sure upcoming slide is correct when notes open (#278) --- plugin/notes/notes.html | 81 ++++++++++++++++++++++++----------------- 1 file changed, 48 insertions(+), 33 deletions(-) diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index ed2a415..abfc20c 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -83,17 +83,29 @@ font-size: 14px; color: rgba( 255, 255, 255, 0.9 ); } + + .error { + font-weight: bold; + color: red; + font-size: 1.5em; + text-align: center; + margin-top: 10%; + } + + .error code { + font-family: monospace; + }
- +
- + UPCOMING:
@@ -102,45 +114,48 @@