From eb481f63dce8af51c2e6e3269723f775232b9802 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 12 Apr 2017 15:58:52 +0200 Subject: Small CSS fix --- ishtar_common/static/media/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ishtar_common') diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 056046e95..4e59b0f64 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -228,6 +228,10 @@ label:first-letter { width: 370px; } +.form #login input[type="text"]{ + width: auto; +} + textarea{ height: 80px; width: 370px; -- cgit v1.2.3