summaryrefslogtreecommitdiff
path: root/views/controls
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-02 14:32:05 -0400
committerJules Laplace <jules@okfoc.us>2014-10-02 14:32:05 -0400
commit04fab20e51e5dbc30a8c3e440fcfb16730c424ab (patch)
tree0506fa7b48106a462e708fc44669eaa8cdbbadf6 /views/controls
parentfa81420e382366ffd0d2262f1af6143399f7a91d (diff)
parent110097063ab30187a6fd6536111312b021c3e653 (diff)
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views/controls')
-rw-r--r--views/controls/editor/collaborators.ejs10
-rw-r--r--views/controls/editor/toolbar.ejs3
2 files changed, 8 insertions, 5 deletions
diff --git a/views/controls/editor/collaborators.ejs b/views/controls/editor/collaborators.ejs
index 69e5b64..b658bf6 100644
--- a/views/controls/editor/collaborators.ejs
+++ b/views/controls/editor/collaborators.ejs
@@ -1,7 +1,9 @@
<div class="collaborators fixed mediaDrawer animate">
<span class="close">X</span>
-
- <div>
+
+ <div class="rap">
+ <div class="holder">
+ <div class="inner vvbox">
<h2>Collaborators</h2>
<p>
@@ -21,9 +23,9 @@
<ul id="collaborator-list">
</ul>
-
</div>
-
+ </div>
+</div>
</div>
<script type="text/html" id="collaborator-template">
diff --git a/views/controls/editor/toolbar.ejs b/views/controls/editor/toolbar.ejs
index 92807e1..586194b 100644
--- a/views/controls/editor/toolbar.ejs
+++ b/views/controls/editor/toolbar.ejs
@@ -1,4 +1,5 @@
-<div class="edit menu vvbox" id="editorToolbar">
+
+<div class="edit menu vvbox" id="editorToolbar" data-intro="This is the main toolbar. Add and select media, Apply wallpaper, change room name etc." data-position="left">
<span
data-role='open-media-viewer'
data-info="add media"