From 2034852fa8b63042e50628b985770ba512b67c10 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 11 Nov 2013 17:36:52 +0100 Subject: [PATCH] Fixed #1038: Increase small input fields in poll forms. --- openslides/static/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index 604e07299..b9f84d230 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -147,7 +147,7 @@ input, textarea { width: 320px; } .small-form input { - width: 33px; + width: 55px; } textarea { height: 100px;