File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -130,15 +130,15 @@ way the built-in formtastic styles modify default form buttons. In this
130130instance, you can insert the following into your
131131` formtastic_changes.css ` stylesheet.
132132
133- form.formtastic input.button {
134- height: 25px;
135- padding: 0.2em 1em 0.2em 2.5em;
136- font-family: sans-serif;
137- font-size: 11px;
138- margin-left: 5px;
139- }
140-
141- CSS Snippit courtesy of [ vitobotta] ( https://github.com/vitobotta ) .
133+ form.formtastic input.button, form.formtastic.button .button {
134+ height: 25px;
135+ padding: 0.2em 1em 0.2em 2.5em;
136+ font-family: sans-serif;
137+ font-size: 11px;
138+ margin-left: 5px;
139+ }
140+
141+ CSS Snippet courtesy of [ vitobotta] ( https://github.com/vitobotta ) .
142142
143143
144144
You can’t perform that action at this time.
0 commit comments