mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Updates glyphicons for undo-redo, adds placeholder text for add thangs search
This commit is contained in:
parent
3e9dbe0d0b
commit
df554360fe
3 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue