forked from bofh/fetsite
Conflicts: app/assets/stylesheets/formtastic-changes.css.scss app/controllers/beispiele_controller.rb app/views/lvas/show.html.erb app/views/studien/_form.html.erb config/locales/de.yml config/routes.rb db/schema.rb
16 lines
220 B
SCSS
16 lines
220 B
SCSS
form.formtastic .stringish input {
|
|
width:90%;
|
|
}
|
|
form.formtastic select {
|
|
width:90%
|
|
}
|
|
form.formtastic textarea {
|
|
width:90%;
|
|
height:20em;
|
|
}
|
|
form.formtastic .input label.control-label {
|
|
font-weight:bold;
|
|
font-size:125%;
|
|
}
|
|
|