diff options
| author | ryderr <r@okfoc.us> | 2014-10-07 16:12:09 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-07 16:12:09 -0400 |
| commit | 06e38245987304ef6bddb1f9c3e6cad16a215209 (patch) | |
| tree | 491df6a758823c23f83a6cfd39322aea266056f7 /views/controls/editor/wallpaper.ejs | |
| parent | 0250ce5260ce75f7c4337693b4e8e7f434e29458 (diff) | |
new font
Diffstat (limited to 'views/controls/editor/wallpaper.ejs')
| -rw-r--r-- | views/controls/editor/wallpaper.ejs | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/views/controls/editor/wallpaper.ejs b/views/controls/editor/wallpaper.ejs index 95cf827..01cf771 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"> <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> @@ -17,9 +17,14 @@ --> </div> <div class="wallpaperRemove"> - <img src="/assets/img/scissors.png"> + <span class="ion-scissors"></span> <label>Remove Wallpaper</label> </div> + + <div class="wallpaperResize"> + <span class="ion-scissors"></span> + <label>Resize Wallpaper</label> + </div> </div> <div class="floatingSwatch"></div> |
