summaryrefslogtreecommitdiff
path: root/views/controls/editor/settings.ejs
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-09-29 17:07:22 -0400
committerryderr <r@okfoc.us>2014-09-29 17:07:22 -0400
commita18a6f0d2fa629fc25004b516c960b794de2ec52 (patch)
treefb709f6fe799a469ee93f0e6f0c783bd62a8b1a5 /views/controls/editor/settings.ejs
parent5dcd5c815ba623194e8d33859f4dd2cb3d8b579c (diff)
stylez
Diffstat (limited to 'views/controls/editor/settings.ejs')
-rw-r--r--views/controls/editor/settings.ejs10
1 files changed, 5 insertions, 5 deletions
diff --git a/views/controls/editor/settings.ejs b/views/controls/editor/settings.ejs
index e4ec7ee..ed587fa 100644
--- a/views/controls/editor/settings.ejs
+++ b/views/controls/editor/settings.ejs
@@ -27,11 +27,11 @@
<div class="radio-group">
<input id="privacy_private" class="radio-group__option" type="radio" name="privacy" value="public" checked>
<label class="radio-group__label" for="privacy_private">
- Everyone
+ Public
</label>
<input id="privacy_public" class="radio-group__option" type="radio" name="privacy" value="private">
<label class="radio-group__label" for="privacy_public">
- Just for me
+ Private
</label>
</div>
</div>
@@ -39,8 +39,8 @@
<button data-role="save-project">Save</button>
</div>
<div class="setting subButtons">
- <a href="#" data-role="clear-project">Clear</a>
- <a href="#" data-role="clone-project">Clone</a>
- <a href="#" data-role="destroy-project">Delete</a>
+ <a href="#" data-role="clear-project" class="btn">Clear</a>
+ <a href="#" data-role="clone-project" class="btn">Clone</a>
+ <a href="#" data-role="destroy-project" class="btn warn">Delete Room</a>
</div>
</div>