diff options
-rw-r--r-- | ishtar_common/static/media/style.css | 4 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 5 insertions, 1 deletions
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; diff --git a/version.py b/version.py index d39ed2187..df76b8cc7 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 18) +VERSION = (0, 99, 18, 1) def get_version(): |