Files
fetsite/app/assets/stylesheets/formtastic-changes.css.scss
Thomas Blazek 57a7e49a34 CSS changes
2013-08-10 22:47:32 +02:00

12 lines
167 B
SCSS

form.formtastic .stringish input {
width:90%;
}
form.formtastic textarea {
width:90%;
height:20em;
}
form.formtastic .input label.control-label {
font-weight:bold;
}