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 | d2e90a63bdd79ae7e43702996967e7c408f0b47d (patch) | |
tree | f6d9621be6fb8fc0215b1388fe05cc4efe4b7bd4 /ishtar_common | |
parent | bbfde4c9c630168e71a35bf0f0cdbd0bbf0b299e (diff) | |
download | Ishtar-d2e90a63bdd79ae7e43702996967e7c408f0b47d.tar.bz2 Ishtar-d2e90a63bdd79ae7e43702996967e7c408f0b47d.zip |
Small CSS fix
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/static/media/style.css | 4 |
1 files changed, 4 insertions, 0 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; |