We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a form with a file input and its file selection button is cut. I've tried changing it's properties in a custom css file, but I couldn't fix it.
This is how it looks like: https://www.dropbox.com/s/817f0jxvmjcgimh/file-input.png?dl=0
And this is the relevant html rendered by as_bootstrap filter:
as_bootstrap
<form enctype="multipart/form-data" action="" method="post" class="form-vertical"> <div id="div_id_picture" class="form-group "> <label for="id_picture" class="control-label ">Picture</label> <div class=""> <input class=" form-control" id="id_picture" name="picture" type="file" /> </div> </div> </form>
The text was updated successfully, but these errors were encountered:
properly set CSS classes on file inputs - fixes pinax#25
7d5e794
Successfully merging a pull request may close this issue.
I have a form with a file input and its file selection button is cut. I've tried changing it's properties in a custom css file, but I couldn't fix it.
This is how it looks like: https://www.dropbox.com/s/817f0jxvmjcgimh/file-input.png?dl=0
And this is the relevant html rendered by
as_bootstrap
filter:The text was updated successfully, but these errors were encountered: