diff --git a/app/assets/javascripts/locomotive/views/current_site/edit_view.js.coffee b/app/assets/javascripts/locomotive/views/current_site/edit_view.js.coffee index a54cc7a6..9c0f7570 100644 --- a/app/assets/javascripts/locomotive/views/current_site/edit_view.js.coffee +++ b/app/assets/javascripts/locomotive/views/current_site/edit_view.js.coffee @@ -15,8 +15,6 @@ class Locomotive.Views.CurrentSite.EditView extends Locomotive.Views.Shared.Form Backbone.ModelBinding.bind @, checkbox: 'class' - window.foo = @model - render: -> super() diff --git a/app/assets/stylesheets/locomotive/backoffice/codemirror_changes.css.scss b/app/assets/stylesheets/locomotive/backoffice/codemirror_changes.css.scss index b1191c71..cefc6642 100644 --- a/app/assets/stylesheets/locomotive/backoffice/codemirror_changes.css.scss +++ b/app/assets/stylesheets/locomotive/backoffice/codemirror_changes.css.scss @@ -7,6 +7,7 @@ font-size: 13px; font-weight: normal; + line-height: 15px; @include background-image(linear-gradient(top, #f0f0f0, #f9f9f9 4px, #f9f9f9 4px, #ffffff 12px, #ffffff)); diff --git a/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss b/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss index c256b071..ee379096 100644 --- a/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss +++ b/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss @@ -421,8 +421,10 @@ form.formtastic { } &.no-label { + padding-top: 12px; + > textarea, .CodeMirror, .CodeMirror-scroll { - margin-top: 12px; + margin-top: 0px; width: 868px; } }