diff options
author | Vitaly Takmazov | 2018-01-22 14:27:44 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-22 14:27:44 +0300 |
commit | 4ee4ab63002d7e667d06b8aabb78e10e63d33a89 (patch) | |
tree | 276a509aaafd1f80853e1b615f452f4fd0e17a62 /juick-www/src/main/webapp/WEB-INF | |
parent | da63e4ce397be4166fe71e1205b8dc0aa9dce3aa (diff) |
www: another post form fixes
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/post.html b/juick-www/src/main/webapp/WEB-INF/views/post.html index e961329c..a553666a 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/post.html +++ b/juick-www/src/main/webapp/WEB-INF/views/post.html @@ -5,7 +5,7 @@ <form action="/post2" method="post" id="postmsg" enctype="multipart/form-data"> <p style="text-align: left"> <b>Фото:</b> <span id="attachmentfile"> - <input type="file" name="attach"/> <i>({{ i18n("messages","postForm.imageFormats") }})</i></span> + <input style="width: 100%;" type="file" name="attach"/> <i>({{ i18n("messages","postForm.imageFormats") }})</i></span> </p> <p> <textarea name="body" class="newmessage" rows="7" cols="10" placeholder="*weather It's very cold today!">{{ body }}</textarea> |