Closed Nerian closed 9 years ago
This css code fixes the issue. I can make a pull request if you want.
form.formtastic input.button {
height: 25px;
padding: 0.2em 1em 0.2em 1em;
font-family: sans-serif;
font-size: 11px;
margin-left: 0px;
}
form.formtastic li.commit.button{
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
}
THanks @Nerian for following up on this. I'd like to try and avoid including formastic-specific (or any other library) fixes - however I will update the readme (or maybe a wiki page might be better?) to include your expanded patch.
Hi,
I am using css3buttons_rails_helpers with formtastic and I am having some issues. The submit button doesn't look right.
I'm using Rails 3.1
application.css
my_formtastic_changes.css
The problematic code:
This is what I see:
http://dl.dropbox.com/u/834494/screenshot.png