Merge branch 'master' into calendar

This commit is contained in:
Thomas Blazek
2013-08-12 13:31:47 +02:00
13 changed files with 76 additions and 55 deletions

View File

@@ -1,6 +1,9 @@
form.formtastic .stringish input {
width:90%;
}
form.formtastic select {
width:90%
}
form.formtastic textarea {
width:90%;
height:20em;