summaryrefslogtreecommitdiff
path: root/views/controls
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-15 12:04:00 -0400
committerJules Laplace <jules@okfoc.us>2014-10-15 12:04:00 -0400
commitd50fa94e9b758270b15dfeb5100063c6d876d64c (patch)
tree9896fd92b6ffcd77cd4e6d17885d1cb755742051 /views/controls
parent72ea86e603793ac17a9113ab031d31b369f74a4f (diff)
cursor that follows mouse
Diffstat (limited to 'views/controls')
-rw-r--r--views/controls/editor/media-drawer.ejs13
-rw-r--r--views/controls/editor/settings.ejs2
2 files changed, 14 insertions, 1 deletions
diff --git a/views/controls/editor/media-drawer.ejs b/views/controls/editor/media-drawer.ejs
index 7996f84..d1e2c99 100644
--- a/views/controls/editor/media-drawer.ejs
+++ b/views/controls/editor/media-drawer.ejs
@@ -6,7 +6,13 @@
<span class="close" id="fixed_close">X</span>
<div class="mediaDrawer fixed animate mediaViewer">
- <h2><a href="#" class="userToggle active">Your Media</a> – <a href="#" class="foundToggle">Found Media</a></h2><br>
+ <h2>
+ <a href="#" class="userToggle active">Your Media</a>
+ – <a href="#" class="foundToggle">Found Media</a>
+<!--
+ – <a href="#" class="wallpaperToggle">Wallpaper</a>
+ -->
+ </h2><br>
<h3 class="editBtn warn" id="deleteMedia"></h3>
<div class="myMedia">
@@ -29,4 +35,9 @@
<div class="foundMedia">
<span class="container"></span>
</div>
+
+ <div class="wallpaperMedia">
+ <span class="container"></span>
+ </div>
+
</div> \ No newline at end of file
diff --git a/views/controls/editor/settings.ejs b/views/controls/editor/settings.ejs
index 7c40a75..8443abb 100644
--- a/views/controls/editor/settings.ejs
+++ b/views/controls/editor/settings.ejs
@@ -1,3 +1,5 @@
+<span id="helpCursor"></span>
+
<div class="vvbox settings" id="editorSettings">
<h4>Room Settings</h4>
<input type="hidden" name="_csrf" value="[[- token ]]">