diff options
| author | ryderr <r@okfoc.us> | 2014-10-10 19:06:17 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-10 19:06:17 -0400 |
| commit | 763950e94505cb4db48b0d093673ddd919b2f788 (patch) | |
| tree | 81c414d6cd29830d111072a69a85b4771555bffa | |
| parent | 5c2be7b4c6c1367c7e480b13789f6d309915c7f3 (diff) | |
presets
| -rwxr-xr-x | public/assets/stylesheets/app.css | 4 | ||||
| -rw-r--r-- | views/controls/editor/light-control.ejs | 16 | ||||
| -rwxr-xr-x | views/editor.ejs | 1 |
3 files changed, 3 insertions, 18 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 93de396..a40c131 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1430,7 +1430,7 @@ border-left: 1px solid black; /* WALLPAPER PICKER */ -.wallpaper { +.wallpaper, .presets { right: 80px; margin-top: 77px; width: 172px; @@ -1440,7 +1440,7 @@ border-left: 1px solid black; transform: translateX(400px); padding: 5px 5px 9px 5px; } -.wallpaper.active { +.wallpaper.active, .presets:active { display:inline-block; -webkit-transform: translateX(0px); transform: translateX(0px); diff --git a/views/controls/editor/light-control.ejs b/views/controls/editor/light-control.ejs index 8f42d8d..8b20464 100644 --- a/views/controls/editor/light-control.ejs +++ b/views/controls/editor/light-control.ejs @@ -21,20 +21,4 @@ <div class="swatch" id="outline-color" data-mode="outline"></div><label>outlines</label> </span> </div> - - <h4>Preset Styles</h4> - <div class="presets"> - <span data-preset="wireframe"> - Wireframe - </span> - <span data-preset="shaded"> - Shaded - </span> - <span data-preset="inverse"> - Inverse - </span> - <span data-preset="pfunk"> - P.Funk - </span> - </div> </div> diff --git a/views/editor.ejs b/views/editor.ejs index 24f617c..330e69b 100755 --- a/views/editor.ejs +++ b/views/editor.ejs @@ -20,6 +20,7 @@ [[ include controls/editor/text-editor ]] [[ include controls/editor/collaborators ]] [[ include controls/editor/settings ]] + [[ include controls/editor/presets ]] </div> <div id="minimap" class="vvbox" data-intro="Mini-map shows your position and orientation in a room. Navigate with WASD keys or drag here." data-position="top"> |
