Skip to content

Commit

Permalink
Removing the line-break from the text partial and adding css style so…
Browse files Browse the repository at this point in the history
… ckeditor behave properly
  • Loading branch information
akitaonrails committed Jan 3, 2011
1 parent a4d0923 commit d69a76b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/rails_admin/main/_text.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<%= label_tag "#{field.abstract_model.to_param}_#{field.name}", field.label %>
<br /><br />
<%= text_area field.abstract_model.to_param, field.name, :cols => 80, :class => "#{field.css_class}
#{field.has_errors? ? "errorField" : nil}", :value => field.value %>
<% if field.ckeditor %>
Expand Down
5 changes: 5 additions & 0 deletions public/stylesheets/rails_admin/create.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,8 @@ input.default:active{
top:4px;
right:2px;
}

.cke_skin_kama {
margin-left: 100px;
}

0 comments on commit d69a76b

Please sign in to comment.