Files
fetsite/app/assets/stylesheets/formtastic-changes.css.scss
Thomas Blazek 61fc09bcf0 Formatierungen
2013-08-09 16:17:51 +02:00

20 lines
276 B
SCSS

form.formtastic .stringish input {
width:90%;
}
form.formtastic textarea {
width:90%;
height:20em;
}
div.form-group {
border-width: 1px;
border-style: dashed;
padding: 10px;
border-radius: 10px;
}
div.verwalten-block {
border-width: 1px;
border-style: solid;
padding: 5px;
}