diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-12 15:58:52 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-12 15:58:52 +0200 |
commit | eb481f63dce8af51c2e6e3269723f775232b9802 (patch) | |
tree | f6d9621be6fb8fc0215b1388fe05cc4efe4b7bd4 | |
parent | e3bdd4b6d2a32c010138e8f4581234d18cf51519 (diff) | |
download | Ishtar-eb481f63dce8af51c2e6e3269723f775232b9802.tar.bz2 Ishtar-eb481f63dce8af51c2e6e3269723f775232b9802.zip |
Small CSS fix
-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(): |