From 454dca9ac1aaabd32513eb8f863930650c3d4332 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 9 Apr 2017 20:25:56 +0200 Subject: CSS: update input width --- ishtar_common/static/media/style.css | 12 +++++++++++- version.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index 178f02362..056046e95 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -213,14 +213,24 @@ select{ max-width:550px; } +.form select{ + width:370px; +} + /*label{display:block}*/ label:first-letter { text-transform: uppercase; } + +.form input[type="text"]{ + width: 370px; +} + textarea{ - height:80px; + height: 80px; + width: 370px; } textarea.xlarge{ diff --git a/version.py b/version.py index d0ef38afd..d45fb6cf3 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 17) +VERSION = (0, 99, 17, 1) def get_version(): -- cgit v1.2.3