diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-07 17:07:18 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-07 17:07:18 -0400 |
| commit | 670dd8a7446060ceb9580350fa1c9c398183d7b3 (patch) | |
| tree | f6cb0c2b33b4ae337cb3ad34727095fac0c524d0 /views/controls/editor/wallpaper.ejs | |
| parent | 8a0f5258f0d03cf121d6fde49c5c7731c2212154 (diff) | |
| parent | a672e348038e06a439a8135d9a2e0254f54c2aae (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views/controls/editor/wallpaper.ejs')
| -rw-r--r-- | views/controls/editor/wallpaper.ejs | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/views/controls/editor/wallpaper.ejs b/views/controls/editor/wallpaper.ejs index 95cf827..97a9232 100644 --- a/views/controls/editor/wallpaper.ejs +++ b/views/controls/editor/wallpaper.ejs @@ -3,12 +3,12 @@ <!-- IF NO WALL PAPER --> <span class="txt">Add custom wallpaper to walls. Begin by uploading a pattern. Or try this one -> </span> - <div class="swatches"></div> + <span class="swatches"></span> - <div class="wallpaperUpload"> + <div class="wallpaperUpload toolButton"> <form> - <span class="icon-ios7-upload-outline upload-icon"></span> + <span class="ion-ios7-upload-outline upload-icon"></span> <label>Upload wallpaper</label> <input type="file" accept="image/*" class="file" multiple> </form> @@ -16,10 +16,15 @@ <input type="text" placeholder="Enter Image URL" class="url"> --> </div> - <div class="wallpaperRemove"> - <img src="/assets/img/scissors.png"> + <div class="wallpaperRemove toolButton"> + <span class="ion-scissors"></span> <label>Remove Wallpaper</label> </div> + + <div class="wallpaperResize toolButton"> + <span class="ion-arrow-resize"></span> + <label>Resize Wallpaper</label> + </div> </div> <div class="floatingSwatch"></div> |
