Form designs

Conflicts:
	app/assets/stylesheets/formtastic-changes.css.scss
This commit is contained in:
Thomas Blazek
2013-08-09 18:49:56 +02:00
committed by Andreas Stephanides
parent 8ec00d6a56
commit a6b4501d2d

View File

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