even more beautifuler css

This commit is contained in:
Swrup 2022-01-24 08:38:18 +01:00
parent 11115b366e
commit 14d0cf4597
3 changed files with 18 additions and 7 deletions

View file

@ -13,6 +13,7 @@ Login to make a new thread.
</div>
<div class="col-md-6" id="newthread-form" style="visibility:hidden">
<div class="postForm">
<%s! Dream.form_tag ~action:url ~enctype:`Multipart_form_data request %>
<input type="hidden" id="lat_input" name="lat_input">
<input type="hidden" id="lng_input" name="lng_input">
@ -26,10 +27,11 @@ Login to make a new thread.
<label for="tags" id="tagsLabel" class="form-label">Tags</label>
<input name="tags" type="text" class="form-control" id="tags" aria-labelledby="tagsLabel"></input>
<input id="file" name="file" aria-describedby="fileHelp" type="file">
<div id="fileHelp" class="form-text">Add a picture for your thread</div>
<label for="file" id="fileLabel" class="form-label">Picture:</label>
<input id="file" name="file" aria-describedby="fileLabel" type="file" accept="image/*">
<button type="submit" class="btn btn-primary">Make Thread</button>
</form>
</div>
</div>
</div>
% end;