Skip to content

Commit

Permalink
Merge pull request #29 from spartansystems/feature-generalize-css
Browse files Browse the repository at this point in the history
Generalize CSS on atomic form
  • Loading branch information
bbrock25 committed Oct 19, 2015
2 parents 2285eee + 738dc03 commit 712d164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ ActiveAdmin.register Page do
actions
end

form do |f|
form html: { class: "edit-atomic-content" } do |f|
f.semantic_errors(*f.object.errors.keys)

# new form
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/atomic_cms.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

#wrapper #active_admin_content #main_content_wrapper #main_content {
form#edit_page {
form#edit-page, form.edit-atomic-content {
div.buttons {
@include clearfix;
margin: 0 0 20px;
Expand Down

0 comments on commit 712d164

Please sign in to comment.