Updates glyphicons for undo-redo, adds placeholder text for add thangs search

This commit is contained in:
Jayant Jain 2014-07-26 00:15:22 +05:30
parent 3e9dbe0d0b
commit df554360fe
3 changed files with 6 additions and 4 deletions

View file

@ -151,6 +151,8 @@ $mobile: 1050px
input
width: $addPaletteWidth
margin: 0
margin-top: 5px
padding-left: 5px
@media screen and (max-width: $mobile)
margin: 0 5px

View file

@ -1,5 +1,5 @@
h3(data-i18n="editor.level_tab_thangs_add") Add Thangs
input(type="search", id="thang-search")
input(type="search", id="thang-search", placeholder="Search thangs")
div.editor-nano-container.nano
#thangs-list.nano-content
for group in groups

View file

@ -39,11 +39,11 @@ block header
ul.nav.navbar-nav.navbar-right
li#undo-button(title="Undo (Ctrl+Z)")
a
span.glyphicon-floppy-disk.glyphicon
a
span.glyphicon-arrow-left.glyphicon
li#redo-button(title="Redo (Ctrl+Shift+Z)")
a
span.glyphicon-floppy-disk.glyphicon
span.glyphicon-repeat.glyphicon
if authorized
li#commit-level-start-button
a