Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fields with errors look ugly in stacked forms #19

Closed
wildchild opened this issue Aug 20, 2011 · 1 comment
Closed

Fields with errors look ugly in stacked forms #19

wildchild opened this issue Aug 20, 2011 · 1 comment

Comments

@wildchild
Copy link

Quick fix:

form.form-stacked div.error {
  margin-top: 0;
}

But I believe it could look better:

form.form-stacked div.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}

Any ideas?

@mdo
Copy link
Member

mdo commented Aug 21, 2011

Boom, sounds like a good first pass. Will have it with the next branch (should merge in this weekend).

@mdo mdo closed this as completed Aug 21, 2011
adamjgrant referenced this issue in adamjgrant/kickstart Mar 22, 2012
re-visiting issue #15; files in js/modules/* no longer mixed with js/###.js in publish folder
cvrebert added a commit that referenced this issue May 29, 2015
Remove IE8 compatibility option from cssmin Grunt task config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants