Fixed #1038: Increase small input fields in poll forms.

This commit is contained in:
Emanuel Schuetze 2013-11-11 17:36:52 +01:00
parent 92b111c0bd
commit 2034852fa8

View File

@ -147,7 +147,7 @@ input, textarea {
width: 320px;
}
.small-form input {
width: 33px;
width: 55px;
}
textarea {
height: 100px;