diff --git a/NodeDetailHeader.html b/NodeDetailHeader.html index a5fd9fa..28262a3 100644 --- a/NodeDetailHeader.html +++ b/NodeDetailHeader.html @@ -4,34 +4,3 @@

<%= node.vanityname %>

- -
-
-

Last Note

-

<%= channels['advvfdipp.notes'].value %>

-

at <%= channels["advvfdipp.notes"].timestamp %>

- -
- -
-
- diff --git a/Overview.html b/Overview.html index cfdc7d4..bc564d9 100644 --- a/Overview.html +++ b/Overview.html @@ -26,6 +26,24 @@ +
+
+
+

Last Note

+

<%= channels['abbflow.notes'].value %>

+

at <%= channels["abbflow.notes"].timestamp %>

+
+
+
+
+ +
+ +
+
+
+ +

Volume Flow

@@ -373,4 +391,23 @@ letter-spacing: 1px; z-index: 100; } + +#note-modal{ + position: absolute; +} + +.modal-backdrop { + position: relative; +} +.modal-dialog { + top:5%; +} +.note-btn { + margin-top: 10px; + width: 75%; +} +.note-text { + font-size: 1.5em; + font-style: italic; +}