Internationalize the forums post Markdown editor

This includes removing the "PREVIEW" label for the preview pane from CSS
and adding it to the generated DOM.
This commit is contained in:
Greg Price
2014-01-16 14:03:48 -05:00
parent 9075dcefb6
commit f8732a8b3d
4 changed files with 78 additions and 127 deletions

View File

@@ -35,7 +35,7 @@ if Backbone?
hideEditorChrome: ->
@$('.wmd-button-row').hide()
@$('.wmd-preview').hide()
@$('.wmd-preview-container').hide()
@$('.wmd-input').css({
height: '35px',
padding: '5px'
@@ -44,7 +44,7 @@ if Backbone?
showEditorChrome: ->
@$('.wmd-button-row').show()
@$('.wmd-preview').show()
@$('.wmd-preview-container').show()
@$('.comment-post-control').show()
@$('.wmd-input').css({
height: '125px',