This commit is contained in:
did 2012-05-31 01:41:19 -07:00
parent f4ee99b72b
commit f8725ede67
3 changed files with 4 additions and 3 deletions

View File

@ -15,8 +15,6 @@ class Locomotive.Views.CurrentSite.EditView extends Locomotive.Views.Shared.Form
Backbone.ModelBinding.bind @, checkbox: 'class' Backbone.ModelBinding.bind @, checkbox: 'class'
window.foo = @model
render: -> render: ->
super() super()

View File

@ -7,6 +7,7 @@
font-size: 13px; font-size: 13px;
font-weight: normal; font-weight: normal;
line-height: 15px;
@include background-image(linear-gradient(top, #f0f0f0, #f9f9f9 4px, #f9f9f9 4px, #ffffff 12px, #ffffff)); @include background-image(linear-gradient(top, #f0f0f0, #f9f9f9 4px, #f9f9f9 4px, #ffffff 12px, #ffffff));

View File

@ -421,8 +421,10 @@ form.formtastic {
} }
&.no-label { &.no-label {
padding-top: 12px;
> textarea, .CodeMirror, .CodeMirror-scroll { > textarea, .CodeMirror, .CodeMirror-scroll {
margin-top: 12px; margin-top: 0px;
width: 868px; width: 868px;
} }
} }